From: Ivan Kohler Date: Tue, 10 Apr 2018 23:07:11 +0000 (-0700) Subject: and turn it back off as an agent override, RT#79636 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=35ff521568f17c86d58c19c2cd945cf4b93d46a1 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 f1db477f2..8bfc51cf1 100644 --- a/FS/FS/Template_Mixin.pm +++ b/FS/FS/Template_Mixin.pm @@ -825,7 +825,7 @@ sub print_generic { ); } - if ( $conf->exists('invoice_usesummary', $agentnum) ) { + if ( $conf->config_bool('invoice_usesummary', $agentnum) ) { $invoice_data{'summarypage'} = $summarypage = 1; }