summaryrefslogtreecommitdiff
path: root/httemplate/misc/cust_main-import.cgi
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-11-29 14:49:24 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-11-29 22:57:02 -0500
commit44a2299c10d051d152d0a000641d7740299be3d4 (patch)
treedd7291f8861c32d7f9b91a209cfa2af500887c69 /httemplate/misc/cust_main-import.cgi
parentbb9e4d6e36cd509a307dbed69b2d3cee3078da17 (diff)
RT# 81557 - Added checkbox to validate cc on import, and cc validation.
Conflicts: FS/FS/cust_main/Import.pm
Diffstat (limited to 'httemplate/misc/cust_main-import.cgi')
-rw-r--r--httemplate/misc/cust_main-import.cgi7
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',