X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=9f234da11d296b024e093008d920081c760b9996;hb=56501725dadae47e0592a7d0652afce526784b60;hp=9dd10a4c7ffbc4e66ca955535a0e4b08ed7965e8;hpb=5dea8988e7a25387bb3a3fedff67b62851280016;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9dd10a4c7..9f234da11 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, }, { @@ -1578,9 +1579,10 @@ and customer address. Include units.', { 'key' => 'invoice_sections', 'section' => 'invoicing', - 'description' => 'Split invoice into sections and label according to package category when enabled.', + 'description' => 'Split invoice into sections and label according to either package category or location when enabled.', 'type' => 'checkbox', 'per_agent' => 1, + 'config_bool' => 1, }, { @@ -1612,6 +1614,8 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Include taxes within each section of mutli-section invoices.', 'type' => 'checkbox', + 'per_agent' => 1, + 'agent_bool' => 1, }, {