diff options
author | levinse <levinse> | 2011-06-23 04:09:48 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-23 04:09:48 +0000 |
commit | a0dd6f2c04a3f22aa741d1d639f8985a81c6e81b (patch) | |
tree | 6f8a8e24615a28a201e6f774827f5048624fa94c /httemplate/edit/cust_main/bottomfixup.js | |
parent | 3545cf7c664f5cd24a5c4e9cf8c7ef368ac51f1f (diff) |
echeck: add optional bank branch format, RT13360
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r-- | httemplate/edit/cust_main/bottomfixup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js index 942fc0e66..24156f792 100644 --- a/httemplate/edit/cust_main/bottomfixup.js +++ b/httemplate/edit/cust_main/bottomfixup.js @@ -3,7 +3,7 @@ function bottomfixup(what) { %# ../cust_main.cgi var layervars = new Array( 'payauto', - 'payinfo', 'payinfo1', 'payinfo2', 'paytype', + 'payinfo', 'payinfo1', 'payinfo2', 'payinfo3', 'paytype', 'payname', 'paystate', 'exp_month', 'exp_year', 'paycvv', 'paystart_month', 'paystart_year', 'payissue', 'payip', |