Revert "RT# 79636,42357 Suppress $0.00 summary line items"
authorMitch Jackson <mitch@freeside.biz>
Fri, 30 Nov 2018 07:08:34 +0000 (02:08 -0500)
committerMitch Jackson <mitch@freeside.biz>
Fri, 30 Nov 2018 07:10:50 +0000 (02:10 -0500)
This reverts commit 49bedb2bc744edc47f5e189e449c7272da5510db.

FS/FS/Template_Mixin.pm

index 9320e90..9a84b43 100644 (file)
@@ -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