X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_ApplicationCommon.pm;h=30243e2109544a55b3773cae9c171293e43721a9;hb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;hp=7f564cd1e78b1af74736c1d9a5463309f482289f;hpb=64fcb43c61c196766260319cd9219eb70ea27767;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;