summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-12 15:46:47 -0700
committerMark Wells <mark@freeside.biz>2016-07-12 15:46:55 -0700
commit6f5ea058941c0acb13b02c86287c54974bd3d59f (patch)
tree4146d9db6d729d26ea1ee4bd010b846f74917007 /FS/FS/Conf.pm
parent44d27f7842c32750ddf6210c83b949d5b440a6c5 (diff)
option to show all package locations on invoice, #71474
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e251cab..3fef424 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3632,6 +3632,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'invoice-all_pkg_addresses',
+ 'section' => 'invoicing',
+ 'description' => 'Show all package addresses on invoices, even the default.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'invoice-unitprice',
'section' => 'invoicing',
'description' => 'Enable unit pricing on invoices and quantities on packages.',