diff options
author | ivan <ivan> | 2007-04-05 22:01:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-05 22:01:13 +0000 |
commit | 3944b4589214f68e1b4fa2fecf13d7b5c34242f6 (patch) | |
tree | 50d99e71a7ffcb86b86e4ae14874947a82ecc5ab /httemplate/elements/menu.html | |
parent | c4c93c5d5f7f048cdfdd02205d0f6f7beadcc25c (diff) |
they're comments now
Diffstat (limited to 'httemplate/elements/menu.html')
-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 a58f25add..f58da9e76 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -187,7 +187,7 @@ $report_menu{'Financial'} = [ \%report_financial, 'Financial reports' ] tie my %tools_importing, 'Tie::IxHash', 'Import customers from CSV file' => [ $fsurl.'misc/cust_main-import.cgi', '' ], - 'Import customer notes from CSV file' => [ $fsurl.'misc/cust_main_note-import.html', '' ], + '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 Call Detail Records (CDRs) from CSV file' => [ $fsurl.'misc/cdr-import.html', '' ], ; |