diff options
author | jeff <jeff> | 2008-01-25 18:29:04 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-01-25 18:29:04 +0000 |
commit | 0b4247f88f8a290a7bbbdebe93404baef2d1e29d (patch) | |
tree | be28fc2b39edb211b55dac4507346f18b5fbf49e /httemplate/elements/menu.html | |
parent | 106804d4e10a904ae9c7ab0d7578f132c39d2c9b (diff) |
simple payment CSV import
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 8d56adcc3..f43fca1bb 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -216,6 +216,8 @@ $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 payments from CSV file' => [ $fsurl.'misc/cust_pay-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 Call Detail Records (CDRs) from CSV file' => [ $fsurl.'misc/cdr-import.html', '' ], |