summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-03-04 21:29:30 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-03-04 21:29:30 -0600
commit61ea51152f19edd37043f6c29303bfe16809f0f6 (patch)
tree25bd53ce6a630573d8b250163f05a8b53dbc85ab /httemplate/misc
parent7c7d54475dcdb041af4b42b13d3d4084627a8e9f (diff)
RT#30825 Modernize Bulk payment importing [fixed format handling]
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/cust_pay-import.cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/misc/cust_pay-import.cgi b/httemplate/misc/cust_pay-import.cgi
index 102f84286..bc4ac83b2 100644
--- a/httemplate/misc/cust_pay-import.cgi
+++ b/httemplate/misc/cust_pay-import.cgi
@@ -33,8 +33,7 @@ Import a file containing customer payments.
<TH ALIGN="right">Format</TH>
<TD>
<SELECT NAME="format">
- <OPTION VALUE="simple-csv">Comma-separated (.csv)</OPTION>
- <OPTION VALUE="simple-xls">Excel (.xls)</OPTION>
+ <OPTION VALUE="simple">Simple</OPTION>
</SELECT>
</TD>
</TR>