[freeside-commits] branch master updated. 35ff521568f17c86d58c19c2cd945cf4b93d46a1

Ivan Kohler ivan at freeside.biz
Tue Apr 10 16:07:13 PDT 2018


The branch, master has been updated
       via  35ff521568f17c86d58c19c2cd945cf4b93d46a1 (commit)
      from  edfb47cb5040a910c81329c33d02356933dae8fb (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 35ff521568f17c86d58c19c2cd945cf4b93d46a1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Apr 10 16:07:11 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 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;
     }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Template_Mixin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list