[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.76.2.6, 1.76.2.7

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	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.76.2.6
retrieving revision 1.76.2.7
diff -u -d -r1.76.2.6 -r1.76.2.7
--- cust_main.cgi	14 Jan 2008 00:17:37 -0000	1.76.2.6
+++ cust_main.cgi	3 Feb 2008 01:43:33 -0000	1.76.2.7
@@ -524,7 +524,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