summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-08-18 19:42:39 +0000
committerjeff <jeff>2010-08-18 19:42:39 +0000
commit6dc850028dbd122e60e2ffd7a5be74451f9c687e (patch)
treef0c089399dc261e62f93175a74b0b6b5449fef4f
parent485d9e2b16ccf0f54cbf177f12424e62f9760bbc (diff)
no, patch... not like that
-rw-r--r--FS/FS/cust_main.pm3
1 files changed, 0 insertions, 3 deletions
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);
-
}
}