diff options
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/cust_pay-import.cgi | 3 |
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> |