summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-04-04 12:49:49 -0700
committerIvan Kohler <ivan@freeside.biz>2018-04-04 12:49:49 -0700
commit11bbf29de447fe39e9d7155fe280a0df70fa8c3c (patch)
tree7e62770d486033f373dcba8c1a6fb5d4b6694eec /FS/FS/Conf.pm
parent6981e02e3ba3c08a39faffd09f4a93d680b916ee (diff)
invoice_sections_with_taxes per-agent, RT#79636
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f3e2890..0a29075 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1581,6 +1581,7 @@ and customer address. Include units.',
'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 +1613,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,
},
{