diff options
author | jeff <jeff> | 2007-04-24 22:36:24 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-24 22:36:24 +0000 |
commit | 73e3de28477eff6b4e2e4ce7f00af2268eb8b04c (patch) | |
tree | 3070b5ffcee07b1115c203103f71c6d4b21fc5c3 /httemplate/edit/process/cust_main.cgi | |
parent | 7fec96d70fd819fb8cd19cbd350a1b80719461b9 (diff) |
1528 add driver's license field, mask it and ssn (backport)
Diffstat (limited to 'httemplate/edit/process/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index a4a70ca22..b270fc661 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -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); % } |