summaryrefslogtreecommitdiff
path: root/FS/FS/cust_bill_ApplicationCommon.pm
diff options
context:
space:
mode:
authorjeff <jeff>2009-11-23 00:25:10 +0000
committerjeff <jeff>2009-11-23 00:25:10 +0000
commit8fccb0da9d9b2213cc1409d7d7bf94ecc68a66f6 (patch)
treecc4e9efff8ce94569dd04bfefc3e72b9a24d117f /FS/FS/cust_bill_ApplicationCommon.pm
parent62bfeae993beb7f98d50d319360f1fece128982b (diff)
apply to taxes last
Diffstat (limited to 'FS/FS/cust_bill_ApplicationCommon.pm')
-rw-r--r--FS/FS/cust_bill_ApplicationCommon.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm
index 7f564cd..30243e2 100644
--- a/FS/FS/cust_bill_ApplicationCommon.pm
+++ b/FS/FS/cust_bill_ApplicationCommon.pm
@@ -208,7 +208,7 @@ sub calculate_applications {
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;