diff options
author | jeff <jeff> | 2007-03-20 20:21:59 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-03-20 20:21:59 +0000 |
commit | 0a8b795d787178ea0b603540b3b8d4d04ce297be (patch) | |
tree | 4d14b32461810774bf4b98bfd190a28892005a5e /httemplate | |
parent | 2d568f3b0ef121dd444c47298e8a2a6a8e7d1648 (diff) |
ticket 1418, a tool for customer note importation (backport)
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 9565ff2d0..a58f25add 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -187,6 +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 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', '' ], ; |