From: jeff Date: Wed, 18 Aug 2010 19:42:39 +0000 (+0000) Subject: no, patch... not like that X-Git-Tag: freeside_1_9_5~51 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6dc850028dbd122e60e2ffd7a5be74451f9c687e no, patch... not like that --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index b45be2f01..a5d964c73 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -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); - } }