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