diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-04 21:29:30 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-03-09 21:08:25 -0500 |
| commit | a4b5a3e0da1e747e5937be1cc69841158743f8a9 (patch) | |
| tree | 9e7a41e50506135b2c779e9be3cb8834fedc5355 /httemplate | |
| parent | 5edf8d52173c8579a1d7baf14ca548aa39e211c8 (diff) | |
RT#30825 Modernize Bulk payment importing [fixed format handling]
Diffstat (limited to 'httemplate')
| -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> |
