Merge branch 'FREESIDE_3_BRANCH' of ssh://git.freeside.biz/home/git/freeside into...
authorChristopher Burger <burgerc@freeside.biz>
Fri, 30 Nov 2018 14:24:49 +0000 (09:24 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Fri, 30 Nov 2018 14:24:49 +0000 (09:24 -0500)
FS/FS/Template_Mixin.pm

index 1499993..d1d84a7 100644 (file)
@@ -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