RT# 79636,42357 Suppress $0.00 summary line items
[freeside.git] / FS / FS / Template_Mixin.pm
index 2091c48..c56bbed 100644 (file)
@@ -1089,7 +1089,7 @@ sub print_generic {
     }
   } else {
     # subtotal sectioning is the same as for the actual invoice sections
-    @summary_subtotals = @sections;
+    @summary_subtotals = grep $_->{subtotal}, @sections;
   }
 
   # Hereafter, push sections to both @sections and @summary_subtotals