summaryrefslogtreecommitdiff
path: root/FS/FS/Template_Mixin.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-11-30 09:24:49 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-11-30 09:24:49 -0500
commit376a9227af02de5862eb9252d22aca3c845995db (patch)
tree486002ef8450f7e839ff61868c0c6365a6ab1d8a /FS/FS/Template_Mixin.pm
parent44a2299c10d051d152d0a000641d7740299be3d4 (diff)
parentfbaf3e9e3233bff32eded049ef9923b397e7c90c (diff)
Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_3_BRANCH
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 14999933c..d1d84a7c9 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -1088,7 +1088,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