[freeside-commits] branch FREESIDE_3_BRANCH updated. d018752aae8c18763a40604bd2ebb1653a7ae17f
Ivan
ivan at 420.am
Sun Jan 18 19:46:32 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via d018752aae8c18763a40604bd2ebb1653a7ae17f (commit)
from f7c686b2da39bc975b6a197b2879aa7a6fa4fa10 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d018752aae8c18763a40604bd2ebb1653a7ae17f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jan 18 19:46:28 2015 -0800
disable quotations, RT#20688, RT#22232
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 99f02b0..cd8b028 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' ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_main.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list