[freeside-commits] freeside/FS/FS/part_pkg voip_cdr.pm, 1.137, 1.138
Mark Wells
mark at wavetail.420.am
Wed Jan 4 13:12:40 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail.420.am:/tmp/cvs-serv24132/FS/FS/part_pkg
Modified Files:
voip_cdr.pm
Log Message:
set CDR status again after processing, fallout from #15535
Index: voip_cdr.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/voip_cdr.pm,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -w -d -r1.137 -r1.138
--- voip_cdr.pm 3 Jan 2012 21:13:33 -0000 1.137
+++ voip_cdr.pm 4 Jan 2012 21:12:38 -0000 1.138
@@ -412,6 +412,7 @@
# at this point we officially Do Not Care about the rating method
$charges += $cdr->rated_price;
$formatter->append($cdr);
+ $cdr->set_status('done');
}
}
More information about the freeside-commits
mailing list