From: Mitch Jackson Date: Fri, 30 Nov 2018 07:15:19 +0000 (-0500) Subject: Revert "RT# 79636,42357 Suppress $0.00 summary line items" X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fbaf3e9e3233bff32eded049ef9923b397e7c90c Revert "RT# 79636,42357 Suppress $0.00 summary line items" This reverts commit a66fcac48d676a3218f5d25aa270a2e18554acd5. --- 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