no, patch... not like that
authorjeff <jeff>
Wed, 18 Aug 2010 19:42:39 +0000 (19:42 +0000)
committerjeff <jeff>
Wed, 18 Aug 2010 19:42:39 +0000 (19:42 +0000)
FS/FS/cust_main.pm

index b45be2f..a5d964c 100644 (file)
@@ -3485,9 +3485,6 @@ sub _handle_taxes {
         $taxlisthash->{ $totname } ||= [ $tot ];
         push @{ $taxlisthash->{ $totname  } }, $hashref_or_error->{amount};
 
-        # it's silly to have a zero value postal_pkg, but....
-        @cust_bill_pkg = _omit_zero_value_bundles(@cust_bill_pkg);
-
       }
     }