projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edfb47c
)
and turn it back off as an agent override, RT#79636
author
Ivan Kohler
<ivan@freeside.biz>
Tue, 10 Apr 2018 23:07:11 +0000
(16:07 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Tue, 10 Apr 2018 23:07:11 +0000
(16:07 -0700)
FS/FS/Template_Mixin.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Template_Mixin.pm
b/FS/FS/Template_Mixin.pm
index
f1db477
..
8bfc51c
100644
(file)
--- 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;
}