[freeside-commits] freeside/FS/FS cust_bill.pm,1.227,1.228
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Oct 17 11:57:52 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv8947
Modified Files:
cust_bill.pm
Log Message:
correct erroneous line dupplication on invoices
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- cust_bill.pm 10 Oct 2008 19:25:53 -0000 1.227
+++ cust_bill.pm 17 Oct 2008 18:57:49 -0000 1.228
@@ -2833,7 +2833,7 @@
unit_amount => sprintf("%.2f", $cust_bill_pkg->unitrecur),
quantity => $cust_bill_pkg->quantity,
ext_description => \@d,
- };
+ } unless ( $type eq 'U' && ! $amount );
}
More information about the freeside-commits
mailing list