diff options
author | jeff <jeff> | 2007-04-02 15:49:37 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-02 15:49:37 +0000 |
commit | 51bf0e9b404cd6e4ae84435230447619269f77c0 (patch) | |
tree | 51aac6197047c4983d38003ff7d5d0176574623c /httemplate/edit/process/cust_main.cgi | |
parent | 8a507f43bfa5c5232b5babfbbf82ac5de5702add (diff) |
ticket 1528 add driver's license field, mask it and ssn
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); % } |