diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-11-29 14:49:24 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-29 15:14:09 -0500 |
| commit | 8fbd52b17789117befa7a3a69d330ec6112d769c (patch) | |
| tree | face48d81362d0b8cd27214954dcbd663395a4cd /httemplate/misc/cust_main-import.cgi | |
| parent | bc7104ea4d6c2e9efe7a1fb4460e2ed71b5e911a (diff) | |
RT# 81557 - Added checkbox to validate cc on import, and cc validation.
Diffstat (limited to 'httemplate/misc/cust_main-import.cgi')
| -rw-r--r-- | httemplate/misc/cust_main-import.cgi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/misc/cust_main-import.cgi b/httemplate/misc/cust_main-import.cgi index 46d15363d..20b5528d8 100644 --- a/httemplate/misc/cust_main-import.cgi +++ b/httemplate/misc/cust_main-import.cgi @@ -42,6 +42,13 @@ Import a file containing customer records. </TD> </TR> + <& /elements/tr-checkbox.html, + 'label' => 'Validate credit card', + 'field' => 'validate_cc', + 'id' => 'validate_cc', + 'value' => 'Y', + &> + <% include( '/elements/file-upload.html', 'field' => 'file', 'label' => 'Filename', |
