From: Mitch Jackson Date: Fri, 30 Nov 2018 07:19:56 +0000 (-0500) Subject: Revert "RT# 79636,42357 Suppress $0.00 summary line items" X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=38b78f9f4485e5d6cc81377115c3ffe3b414d87c;p=freeside.git Revert "RT# 79636,42357 Suppress $0.00 summary line items" This reverts commit 799369dbc4827b78a1e9cd5e931bc861ce2ac449. --- diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm index df641057b..ba36d9ef2 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