From 16c47fa28ef012f3000359937465b10539ec76df Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 10 Apr 2018 16:03:04 -0700 Subject: [PATCH] invoice_usesummary is already agent virt, just need to be able to set it, RT#79636 --- FS/FS/Conf.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2583e446e..cacbf670b 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, }, { -- 2.11.0