diff options
author | jeff <jeff> | 2008-01-25 18:26:06 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-01-25 18:26:06 +0000 |
commit | 4d30f1a0f1ae7759ead8e7475bfbbb75eb4c9a8b (patch) | |
tree | a9ca55192a15e49083cee74cf91da89babaad078 /httemplate/elements | |
parent | 8093c2feb63bac5c751d8157b7751d7ac3678a04 (diff) |
simple payment CSV import
Diffstat (limited to 'httemplate/elements')
-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 efd510dc3..80c806886 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -207,7 +207,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', '' ], |