[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.55, 1.56

Ivan,,, ivan at wavetail.420.am
Thu Sep 8 01:50:32 PDT 2005


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

Modified Files:
	cust_main.cgi 
Log Message:
fix dropping of payname

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- cust_main.cgi	24 Aug 2005 13:22:26 -0000	1.55
+++ cust_main.cgi	8 Sep 2005 08:50:29 -0000	1.56
@@ -247,7 +247,7 @@
   var layervars = new Array(
     'payauto',
     'payinfo', 'payinfo1', 'payinfo2',
-    'exp_month', 'exp_year', 'paycvv',
+    'payname', 'exp_month', 'exp_year', 'paycvv',
     'paystart_month', 'paystart_year', 'payissue',
     'payip'
   );
@@ -325,7 +325,7 @@
 
      'payauto',
      'payinfo', 'payinfo1', 'payinfo2',
-     'exp_month', 'exp_year', 'paycvv',
+     'payname', 'exp_month', 'exp_year', 'paycvv',
      'paystart_month', 'paystart_year', 'payissue',
      'payip',
      



More information about the freeside-commits mailing list