summaryrefslogtreecommitdiff
path: root/FS/FS/Template_Mixin.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-11-30 02:19:56 -0500
committerMitch Jackson <mitch@freeside.biz>2018-11-30 02:19:56 -0500
commit38b78f9f4485e5d6cc81377115c3ffe3b414d87c (patch)
tree48bf4338b41da7c0e4f0ef0c7ab63d0b8ec0c9d5 /FS/FS/Template_Mixin.pm
parent8fbd52b17789117befa7a3a69d330ec6112d769c (diff)
Revert "RT# 79636,42357 Suppress $0.00 summary line items"
This reverts commit 799369dbc4827b78a1e9cd5e931bc861ce2ac449.
Diffstat (limited to 'FS/FS/Template_Mixin.pm')
-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 df64105..ba36d9e 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