summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-04-10 16:03:04 -0700
committerIvan Kohler <ivan@freeside.biz>2018-04-10 16:03:04 -0700
commit16c47fa28ef012f3000359937465b10539ec76df (patch)
treed342e6569857496fb6f758eb72f2a689b98942fd /FS/FS/Conf.pm
parent2515baaa240489243b821d62e1aa5178b472cc65 (diff)
invoice_usesummary is already agent virt, just need to be able to set it, RT#79636
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 2583e44..cacbf67 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1230,6 +1230,7 @@ my $validate_email = sub { $_[0] =~
'section' => 'invoicing',
'description' => 'Indicates that html and latex invoices should be in summary style and make use of invoice_latexsummary.',
'type' => 'checkbox',
+ 'per_agent' => 1,
},
{