From 8fccb0da9d9b2213cc1409d7d7bf94ecc68a66f6 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 23 Nov 2009 00:25:10 +0000 Subject: [PATCH] apply to taxes last --- FS/FS/cust_bill_ApplicationCommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_bill_ApplicationCommon.pm b/FS/FS/cust_bill_ApplicationCommon.pm index 7f564cd1e..30243e210 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; -- 2.20.1