diff options
author | ivan <ivan> | 2008-08-14 01:58:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-08-14 01:58:31 +0000 |
commit | ec5603ae351d4ed8e4873dcd20bf71f8a4d549bb (patch) | |
tree | 88aadcf1f4b09e0a6f5b6ead16f2271e87c67616 /httemplate/elements | |
parent | 71c1e7b1305b8bf7f2128d92d6547f5708ab4121 (diff) |
import customer from Excel file too
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 5a947ea88..321927ec4 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -217,7 +217,7 @@ $report_menu{'SQL Query'} = [ $fsurl.'search/report_sql.html', 'SQL Query' ] if $curuser->access_right('Raw SQL'); tie my %tools_importing, 'Tie::IxHash', - 'Import customers from CSV file' => [ $fsurl.'misc/cust_main-import.cgi', '' ], + 'Import customers' => [ $fsurl.'misc/cust_main-import.cgi', '' ], 'Import customer comments from CSV file' => [ $fsurl.'misc/cust_main_note-import.html', '' ], 'Import one-time charges from CSV file' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ], 'Import payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ], |