[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.85, 1.86

Ivan,,, ivan at wavetail.420.am
Sat Feb 2 17:43:34 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv4104

Modified Files:
	cust_main.cgi 
Log Message:
oops, fix display of errors on customer edit

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- cust_main.cgi	14 Jan 2008 00:17:36 -0000	1.85
+++ cust_main.cgi	3 Feb 2008 01:43:32 -0000	1.86
@@ -530,7 +530,10 @@
   $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;



More information about the freeside-commits mailing list