summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-30 02:08:34 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-30 02:10:50 -0500
commit09bcf3a2ea2968b60bb96c1b48839db1d2c1defc (patch)
treee2dd70c80982802b85dcd8f3e1c01fa313da88aa /FS/FS
parent901c65cbf43e17a59a80d52ca01d1ac1628a856a (diff)
Revert "RT# 79636,42357 Suppress $0.00 summary line items"
This reverts commit 49bedb2bc744edc47f5e189e449c7272da5510db.
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Template_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 9320e90..9a84b43 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -1092,7 +1092,7 @@ sub print_generic {
}
} else {
# subtotal sectioning is the same as for the actual invoice sections
- @summary_subtotals = grep $_->{subtotal}, @sections;
+ @summary_subtotals = @sections;
}
# Hereafter, push sections to both @sections and @summary_subtotals