From 289c2643882c611a068fffd06e42e258264844e8 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 29 Nov 2018 14:49:24 -0500 Subject: RT# 81557 - Added checkbox to validate cc on import, and cc validation. --- httemplate/misc/cust_main-import.cgi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/misc') 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. + <& /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', -- cgit v1.2.1