summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main_county.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-04-17 01:39:53 +0000
committerivan <ivan>2008-04-17 01:39:53 +0000
commit8333462f80da553234ef53076a932e9f417e6ad2 (patch)
tree2378a220d1f0cca147f388291616142950f8df13 /FS/FS/cust_main_county.pm
parent9395c928f610ec9fa4389ea9994316fdcc4a2df4 (diff)
implement line item bundling
Diffstat (limited to 'FS/FS/cust_main_county.pm')
-rw-r--r--FS/FS/cust_main_county.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main_county.pm b/FS/FS/cust_main_county.pm
index 3a0304b..172eac9 100644
--- a/FS/FS/cust_main_county.pm
+++ b/FS/FS/cust_main_county.pm
@@ -184,7 +184,7 @@ sub taxline {
foreach my $cust_bill_pkg (@_) {
my $cust_bill = $cust_bill_pkg->cust_pkg->cust_bill;
- my $part_pkg = $cust_bill_pkg->cust_pkg->part_pkg;
+ my $part_pkg = $cust_bill_pkg->part_pkg;
my $taxable_charged = 0;
$taxable_charged += $cust_bill_pkg->setup