diff options
-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', |