summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:46 -0800
committerIvan Kohler <ivan@freeside.biz>2015-03-05 17:30:46 -0800
commitf34ac99a5e160d2eac4fb2cfecce820d1cf9b7ed (patch)
treeefb6c09646d61677fab7ac1d42bf14117a331dff /httemplate/misc
parentaaa1a91c209ec3547b2c62dc59af935649a62b58 (diff)
parent0668c6afdce579dd202b12874bc0e9f1abe40ada (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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>