diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-15 16:07:30 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-15 16:07:30 -0800 |
commit | d0eefd4ab72b8c7989dd7d32f8edfbcdc0a733f9 (patch) | |
tree | e033d047645af0d6ea161e1a640977b3c28f91c1 | |
parent | 6319221f32300d4c641e2a22d5e0836d58fbd1b3 (diff) |
bulk credit import, RT#26319
-rw-r--r-- | httemplate/elements/menu.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index a403bb31e..5225cce30 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -428,9 +428,10 @@ $report_menu{'SQL Query'} = [ $fsurl.'search/report_sql.html', 'SQL Query'] tie my %tools_importing, 'Tie::IxHash', 'Customers' => [ $fsurl.'misc/cust_main-import.cgi', '' ], 'Customer packages' => [ $fsurl.'misc/cust_pkg-import.html', '' ], - 'Customer comments from CSV file' => [ $fsurl.'misc/cust_main_note-import.html', '' ], - 'One-time charges from CSV file' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ], - 'Payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ], + 'Customer comments' => [ $fsurl.'misc/cust_main_note-import.html', '' ], + 'One-time charges' => [ $fsurl.'misc/cust_main-import_charges.cgi', '' ], + 'Payments' => [ $fsurl.'misc/cust_pay-import.cgi', '' ], + 'Credits' => [ $fsurl.'misc/cust_credit-import.html', '' ], 'Phone numbers (DIDs)' => [ $fsurl.'misc/phone_avail-import.html', '' ], 'Call Detail Records (CDRs)' => [ $fsurl.'misc/cdr-import.html', '' ], ; |