diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-04-10 16:03:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-04-10 16:03:07 -0700 |
commit | 4ea2a617676f78c4454180077dff6a2bdaffaf7d (patch) | |
tree | c1f86007bce823933d70aaf7d0601f23dd0b869f /FS | |
parent | db7b2da0010539ccf94ee602779a7d9bec682a48 (diff) |
invoice_usesummary is already agent virt, just need to be able to set it, RT#79636
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8f0d3e990..8574807e5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1345,6 +1345,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, }, { |