diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-11-29 14:49:24 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-11-29 14:49:24 -0500 |
| commit | 289c2643882c611a068fffd06e42e258264844e8 (patch) | |
| tree | 207b73728d49496ac84bae75d251d149621dcd28 /httemplate | |
| parent | 01bf59988d1e8617a422dcd564a87582ed75a7ed (diff) | |
RT# 81557 - Added checkbox to validate cc on import, and cc validation.
Diffstat (limited to 'httemplate')
| -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', |
