diff options
| author | jeff <jeff> | 2007-11-04 18:04:43 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2007-11-04 18:04:43 +0000 | 
| commit | 12d1af089b64f9854ad90bde95ea3e3ff3186f41 (patch) | |
| tree | d7d129c2e8016b5e93f2b0bbccddddaa82cd8e6a | |
| parent | db278a8b56850f00e46cebd841e315e57732ec77 (diff) | |
not quite yet
| -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 0fb34284e..3c352ae09 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -194,7 +194,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 payments from CSV file' => [ $fsurl.'misc/cust_pay-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', '' ],    'Import Call Detail Records (CDRs) from CSV file' => [ $fsurl.'misc/cdr-import.html', '' ], | 
