diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-05-08 13:38:16 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-05-08 13:38:16 -0400 |
commit | b8d345a845640a9744a00c53eb3e61b02dd2f0e4 (patch) | |
tree | 3afa39624f2266687475bcc9951faddd2b88f20f /FS/FS | |
parent | 64f4f823955fc738709bfefc0091869cc3cce278 (diff) |
#29086 Order new package link on customer basic tab
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index adf5c867b..898bb7f97 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3896,6 +3896,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-enable_order_package', + 'section' => 'UI', + 'description' => 'Display order new package on the basic tab', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-edit_calling_list_exempt', 'section' => 'UI', 'description' => 'Display the "calling_list_exempt" checkbox on customer edit.', |