diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-11-30 09:24:49 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-30 09:24:49 -0500 |
commit | 376a9227af02de5862eb9252d22aca3c845995db (patch) | |
tree | 486002ef8450f7e839ff61868c0c6365a6ab1d8a /FS/FS/Template_Mixin.pm | |
parent | 44a2299c10d051d152d0a000641d7740299be3d4 (diff) | |
parent | fbaf3e9e3233bff32eded049ef9923b397e7c90c (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.pm | 2 |
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 |