[freeside-commits] branch master updated. 09bcf3a2ea2968b60bb96c1b48839db1d2c1defc

Mitch Jackson mitch at freeside.biz
Thu Nov 29 23:13:36 PST 2018


The branch, master has been updated
       via  09bcf3a2ea2968b60bb96c1b48839db1d2c1defc (commit)
      from  901c65cbf43e17a59a80d52ca01d1ac1628a856a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 09bcf3a2ea2968b60bb96c1b48839db1d2c1defc
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Fri Nov 30 02:08:34 2018 -0500

    Revert "RT# 79636,42357 Suppress $0.00 summary line items"
    
    This reverts commit 49bedb2bc744edc47f5e189e449c7272da5510db.

diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 9320e9033..9a84b43c9 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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Template_Mixin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list