[freeside-commits] branch FREESIDE_4_BRANCH updated. 38b78f9f4485e5d6cc81377115c3ffe3b414d87c

Mitch Jackson mitch at freeside.biz
Thu Nov 29 23:22:32 PST 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  38b78f9f4485e5d6cc81377115c3ffe3b414d87c (commit)
      from  8fbd52b17789117befa7a3a69d330ec6112d769c (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 38b78f9f4485e5d6cc81377115c3ffe3b414d87c
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Fri Nov 30 02:19:56 2018 -0500

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

diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index df641057b..ba36d9ef2 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