invoice_usesummary is already agent virt, just need to be able to set it, RT#79636
authorIvan Kohler <ivan@freeside.biz>
Tue, 10 Apr 2018 23:03:00 +0000 (16:03 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 10 Apr 2018 23:03:00 +0000 (16:03 -0700)
FS/FS/Conf.pm

index 0a29075..9f234da 100644 (file)
@@ -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,
   },
 
   {