[freeside-commits] freeside/FS/FS cust_bill.pm, 1.163.2.35, 1.163.2.36
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Jul 9 20:22:10 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv28568
Modified Files:
Tag: FREESIDE_1_7_BRANCH
cust_bill.pm
Log Message:
remove spurious warning
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.163.2.35
retrieving revision 1.163.2.36
diff -u -d -r1.163.2.35 -r1.163.2.36
--- cust_bill.pm 10 Jul 2008 03:16:48 -0000 1.163.2.35
+++ cust_bill.pm 10 Jul 2008 03:22:08 -0000 1.163.2.36
@@ -2537,7 +2537,6 @@
my $description = $desc;
unless ( $conf->exists('disable_line_item_date_ranges') ) {
- warn "improving description";
$description .= " (" . time2str("%x", $cust_bill_pkg->sdate).
" - ". time2str("%x", $cust_bill_pkg->edate). ")";
}
More information about the freeside-commits
mailing list