[freeside-commits] branch FREESIDE_4_BRANCH updated. d77758b525a427835c119cd534cd1c1f21117c49
Ivan Kohler
ivan at freeside.biz
Tue Apr 10 16:07:17 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via d77758b525a427835c119cd534cd1c1f21117c49 (commit)
from 16c47fa28ef012f3000359937465b10539ec76df (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 d77758b525a427835c119cd534cd1c1f21117c49
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Apr 10 16:07:16 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 6c4f6fe7a..14e52c5b6 100644
--- a/FS/FS/Template_Mixin.pm
+++ b/FS/FS/Template_Mixin.pm
@@ -834,7 +834,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