From f2afb8b625100d863650fbafdd1e850d0129d534 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 3 Mar 2016 18:45:39 -0800 Subject: [PATCH] this was a v3 workaround until we could get to order package from any customer page, RT#39822 --- httemplate/view/cust_main.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index af611bbbd..3cd7d2bb3 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -54,9 +54,6 @@ function areyousure_popup(message, action, actionlabel) { % if ( $view eq 'basics' ) { % my $br = 0; -% if ( $curuser->access_right('Order customer package') && $conf->exists('cust_main-enable_order_package') ) { - | <& /elements/order_pkg_link.html, 'cust_main'=>$cust_main &> -% } % if ( $conf->config('cust_main-external_links') ) { <% $br++ ? ' | ' : '' %> -- 2.11.0