diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-03 18:45:53 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-03 18:45:53 -0800 |
commit | 2319eebc90436a365deb96f75629c538d235b5f8 (patch) | |
tree | 9ab06c5ed2aa197c242df4998b66e6ef66a7cce5 | |
parent | c4e6ce6776e0f373651479fdae88fcd795bfebdb (diff) |
this was a v3 workaround until we could get to order package from any customer page, RT#39822
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 689c68a64..56906e7ed 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3939,13 +3939,6 @@ 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.', |