diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 14:03:07 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-18 14:03:07 -0800 |
commit | 85c78d955fbc2fd6c3991156b387d37c185b9f64 (patch) | |
tree | 682733a1bd4cd3e33434dac083569ca86e75d347 /httemplate/view/cust_main.cgi | |
parent | 89f9957267f05520fc676c378694383d16eedeb1 (diff) |
disable quotations, RT#20688, RT#22232
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-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 833b6d08c..d18c7f70f 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -239,7 +239,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' ) { |