diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-03-03 18:45:52 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-03-03 18:45:52 -0800 |
commit | 4bf89bb80c79c6ad24ea64c43faa3568193daebb (patch) | |
tree | fc02020c463240069efc380d1f504cf1c59ffd3d | |
parent | f2afb8b625100d863650fbafdd1e850d0129d534 (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 9d058fdf6..d5e0fa612 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.', |