diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 19:46:28 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 19:46:28 -0800 |
commit | d018752aae8c18763a40604bd2ebb1653a7ae17f (patch) | |
tree | 199aefe40d6a14b3dda5cdeb8ba82d47f682a3f7 | |
parent | f7c686b2da39bc975b6a197b2879aa7a6fa4fa10 (diff) |
disable quotations, RT#20688, RT#22232
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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') ) { - <A NAME="quotation"><FONT SIZE="+2"><% mt('Quotations') |h %></FONT></A><BR> + <A NAME="quotations"><FONT SIZE="+2"><% mt('Quotations') |h %></FONT></A><BR> % } % if ( $view eq 'quotations' || $view eq 'jumbo' ) { |