From: ivan Date: Sun, 5 Sep 2004 23:21:44 +0000 (+0000) Subject: fixed duplicate checking will catch it, but add client-side protection against double... X-Git-Tag: BEFORE_FINAL_MASONIZE~955 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=89aa808693d199a28e04e5cef360282a3ea668f6 fixed duplicate checking will catch it, but add client-side protection against double-submission also. --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index f9c80d82d..4a8f70540 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -71,7 +71,7 @@ print header("Customer $action", '', ' onUnload="myclose()"'); print qq!Error: !, $error, "" if $error; -print qq!
!, +print qq!!, qq!!, qq!Customer # !, ( $custnum ? "$custnum" : " (NEW)" ), @@ -564,7 +564,7 @@ END my $otaker = $cust_main->otaker; print qq!!, - qq!
!, "
", ;