From: ivan Date: Sun, 3 Feb 2008 01:43:32 +0000 (+0000) Subject: oops, fix display of errors on customer edit X-Git-Tag: TRIXBOX_2_6~88 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e8384f16694d6c7f094bdc7a1506c29dbf7f1417;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 4e4336a26..aae809370 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -530,7 +530,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;