X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_bill_ApplicationCommon.pm;fp=FS%2FFS%2Fcust_bill_ApplicationCommon.pm;h=30243e2109544a55b3773cae9c171293e43721a9;hb=8fccb0da9d9b2213cc1409d7d7bf94ecc68a66f6;hp=7f564cd1e78b1af74736c1d9a5463309f482289f;hpb=62bfeae993beb7f98d50d319360f1fece128982b;p=freeside.git 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;