From: ivan Date: Sun, 5 Sep 2004 23:21:45 +0000 (+0000) Subject: fixed duplicate checking will catch it, but add client-side protection against double... X-Git-Tag: freeside_1_4_2beta1~34 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8228e2c17bc79e4abe7c753c0469c40cff3c5edd 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 fc825af75..d3da7cc0a 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)" ), @@ -551,7 +551,7 @@ END my $otaker = $cust_main->otaker; print qq!!, - qq!
!, "
", ;