diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-03-05 17:30:46 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-03-05 17:30:46 -0800 |
commit | f34ac99a5e160d2eac4fb2cfecce820d1cf9b7ed (patch) | |
tree | efb6c09646d61677fab7ac1d42bf14117a331dff /httemplate/misc | |
parent | aaa1a91c209ec3547b2c62dc59af935649a62b58 (diff) | |
parent | 0668c6afdce579dd202b12874bc0e9f1abe40ada (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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> |