summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-04-10 16:03:00 -0700
committerIvan Kohler <ivan@freeside.biz>2018-04-10 16:03:00 -0700
commitedfb47cb5040a910c81329c33d02356933dae8fb (patch)
tree99f7689cde8a8a08f360d2acf7c7df5259f4b4ea /FS/FS/Conf.pm
parent49ff577b9fbb4b017f0652cdfe567b023d7ea4de (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 0a29075..9f234da 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1215,6 +1215,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,
},
{