[freeside-commits] branch FREESIDE_3_BRANCH updated. fbaf3e9e3233bff32eded049ef9923b397e7c90c
Mitch Jackson
mitch at freeside.biz
Thu Nov 29 23:18:17 PST 2018
The branch, FREESIDE_3_BRANCH has been updated
via fbaf3e9e3233bff32eded049ef9923b397e7c90c (commit)
from bb9e4d6e36cd509a307dbed69b2d3cee3078da17 (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 fbaf3e9e3233bff32eded049ef9923b397e7c90c
Author: Mitch Jackson <mitch at freeside.biz>
Date: Fri Nov 30 02:15:19 2018 -0500
Revert "RT# 79636,42357 Suppress $0.00 summary line items"
This reverts commit a66fcac48d676a3218f5d25aa270a2e18554acd5.
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 14999933c..d1d84a7c9 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Template_Mixin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list