apply to taxes last
authorjeff <jeff>
Mon, 23 Nov 2009 00:25:10 +0000 (00:25 +0000)
committerjeff <jeff>
Mon, 23 Nov 2009 00:25:10 +0000 (00:25 +0000)
FS/FS/cust_bill_ApplicationCommon.pm

index 7f564cd..30243e2 100644 (file)
@@ -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;