diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f3e2890a1..0a29075d2 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, }, { |