[freeside-commits] branch FREESIDE_3_BRANCH updated. 49bcb9d87faaaceecf6a2d3f84985fd7e252584c
Ivan Kohler
ivan at freeside.biz
Tue Apr 10 16:07:23 PDT 2018
The branch, FREESIDE_3_BRANCH has been updated
via 49bcb9d87faaaceecf6a2d3f84985fd7e252584c (commit)
from 4ea2a617676f78c4454180077dff6a2bdaffaf7d (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 49bcb9d87faaaceecf6a2d3f84985fd7e252584c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 10 16:07:22 2018 -0700
and turn it back off as an agent override, RT#79636
diff --git a/FS/FS/Template_Mixin.pm b/FS/FS/Template_Mixin.pm
index 791415f76..d86ce7169 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -831,7 +831,7 @@ sub print_generic {
$invoice_data{'previous_credits'} = [];
}
- if ( $conf->exists('invoice_usesummary', $agentnum) ) {
+ if ( $conf->config_bool('invoice_usesummary', $agentnum) ) {
$invoice_data{'summarypage'} = $summarypage = 1;
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Template_Mixin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list