From: Ivan Kohler Date: Fri, 4 Mar 2016 02:45:52 +0000 (-0800) Subject: this was a v3 workaround until we could get to order package from any customer page... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4bf89bb80c79c6ad24ea64c43faa3568193daebb this was a v3 workaround until we could get to order package from any customer page, RT#39822 --- 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.',