[freeside-commits] freeside/FS/FS cust_bill_ApplicationCommon.pm, 1.14, 1.15
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Nov 22 16:25:13 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22286
Modified Files:
cust_bill_ApplicationCommon.pm
Log Message:
apply to taxes last
Index: cust_bill_ApplicationCommon.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_ApplicationCommon.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cust_bill_ApplicationCommon.pm 26 Oct 2009 07:12:11 -0000 1.14
+++ cust_bill_ApplicationCommon.pm 23 Nov 2009 00:25:10 -0000 1.15
@@ -208,7 +208,7 @@
my $weight =
$cust_pkg
? ( $cust_pkg->part_pkg->$weight_col() || 0 )
- : 0; #default or per-tax weight?
+ : -1; #default or per-tax weight?
[ $open, $weight ]
}
@open;
More information about the freeside-commits
mailing list