summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-05-08 13:38:16 -0400
committerJeremy Davis <jeremyd@freeside.biz>2014-05-08 13:38:16 -0400
commitb8d345a845640a9744a00c53eb3e61b02dd2f0e4 (patch)
tree3afa39624f2266687475bcc9951faddd2b88f20f /FS/FS
parent64f4f823955fc738709bfefc0091869cc3cce278 (diff)
#29086 Order new package link on customer basic tab
Diffstat (limited to 'FS/FS')
-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 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.',