summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2008-08-14 01:58:43 +0000
committerivan <ivan>2008-08-14 01:58:43 +0000
commit10fdf2307587c3e6a7061598db83528d9060e772 (patch)
treece1fb79e88b2006b67171e0557b880f3ff8378cf /httemplate/elements
parentbb8b959377cb2a39506a074e58f8f222ce42d3dc (diff)
import customer from Excel file too
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 08a79628e..2444fc0a1 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -208,7 +208,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 payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ],
'Import customer notes from CSV file' => [ $fsurl.'misc/cust_main_note-import.html', '' ],
'Import one-time charges from CSV file' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ],