[freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.5, 1.163.2.6
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Jun 6 17:45:21 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv22761
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_bill.pm
Log Message:
cruft removal
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.163.2.5
retrieving revision 1.163.2.6
diff -u -d -r1.163.2.5 -r1.163.2.6
--- cust_bill.pm 6 Jun 2007 22:31:01 -0000 1.163.2.5
+++ cust_bill.pm 7 Jun 2007 00:45:19 -0000 1.163.2.6
@@ -2492,15 +2492,6 @@
}
if ( $cust_bill_pkg->recur != 0 ) {
- push @buf, [
- $desc .
- ( $conf->exists('disable_line_item_date_ranges')
- ? ''
- : " (" . time2str("%x", $cust_bill_pkg->sdate) . " - " .
- time2str("%x", $cust_bill_pkg->edate) . ")"
- ),
- $money_char. sprintf("%10.2f", $cust_bill_pkg->recur)
- ];
push @b, {
description => $desc .
( $conf->exists('disable_line_item_date_ranges')
More information about the freeside-commits
mailing list