From: ivan Date: Sun, 3 Feb 2008 01:43:33 +0000 (+0000) Subject: oops, fix display of errors on customer edit X-Git-Tag: freeside_1_7_3rc1~121 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=76ac7f4982a27ea966c42a705011b82cddca400a;p=freeside.git oops, fix display of errors on customer edit --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index e93524d7b..5a06b11ff 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -524,7 +524,10 @@ if ( $cgi->param('error') ) { $stateid = ''; $payinfo = ''; } + +my $error = $cgi->param('error'); $cgi->delete_all(); +$cgi->param('error', $error); my $action = $custnum ? 'Edit' : 'Add'; $action .= ": ". $cust_main->name if $custnum;