From 89aa808693d199a28e04e5cef360282a3ea668f6 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 5 Sep 2004 23:21:44 +0000 Subject: [PATCH] fixed duplicate checking will catch it, but add client-side protection against double-submission also. --- httemplate/edit/cust_main.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!
!, "
", ; -- 2.11.0