From: Christopher Burger Date: Fri, 30 Nov 2018 14:24:49 +0000 (-0500) Subject: Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=376a9227af02de5862eb9252d22aca3c845995db;hp=44a2299c10d051d152d0a000641d7740299be3d4 Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_3_BRANCH --- 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