[freeside-commits] freeside/httemplate/edit/process cust_main.cgi, 1.32, 1.32.2.1

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Apr 24 15:36:26 PDT 2007


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_main.cgi 
Log Message:
1528 add driver's license field, mask it and ssn (backport)

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -u -d -r1.32 -r1.32.2.1
--- cust_main.cgi	13 Feb 2007 22:08:35 -0000	1.32
+++ cust_main.cgi	24 Apr 2007 22:36:24 -0000	1.32.2.1
@@ -161,6 +161,12 @@
 %       && $new->paycvv =~ /^\s*\*+\s*$/ ) {
 %    $new->paycvv($old->paycvv);
 %  }
+%  if ($new->ss =~ /xx/) {
+%    $new->ss($old->ss);
+%  }
+%  if ($new->stateid =~ /^xxx/) {
+%    $new->stateid($old->stateid);
+%  }
 %  if ($new->payby =~ /^(CARD|DCRD|CHEK|DCHK)$/ && $new->payinfo =~ /xx/) {
 %    $new->payinfo($old->payinfo);
 %  }



More information about the freeside-commits mailing list