From: Ivan Kohler Date: Mon, 19 Jan 2015 03:46:28 +0000 (-0800) Subject: disable quotations, RT#20688, RT#22232 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d018752aae8c18763a40604bd2ebb1653a7ae17f disable quotations, RT#20688, RT#22232 --- diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 99f02b08d..cd8b0289f 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -245,7 +245,7 @@ function areyousure(href, message) { % ### % if ( $view eq 'jumbo' && $curuser->access_right('Generate quotation') ) { - <% mt('Quotations') |h %>
+ <% mt('Quotations') |h %>
% } % if ( $view eq 'quotations' || $view eq 'jumbo' ) {