diff options
author | ivan <ivan> | 2005-09-08 08:50:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-09-08 08:50:29 +0000 |
commit | f1da1afefb2501e1514d267612fafa87f0ac8108 (patch) | |
tree | 4c0bd86de822837ee5127f79bf6d7ad774706f38 /httemplate | |
parent | e74ef43f87208638dd1a01073e819c053d0783f4 (diff) |
fix dropping of payname
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 2911fc1e7..a8f202fbb 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -247,7 +247,7 @@ function bottomfixup(what) { 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 @@ function copyelement(from, to) { 'payauto', 'payinfo', 'payinfo1', 'payinfo2', - 'exp_month', 'exp_year', 'paycvv', + 'payname', 'exp_month', 'exp_year', 'paycvv', 'paystart_month', 'paystart_year', 'payissue', 'payip', |