[freeside-commits] branch FREESIDE_3_BRANCH updated. 17ba8bba03101f28bbea26d2ab6daf7e7fc60e00
Ivan
ivan at 420.am
Wed Jan 15 14:40:09 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 17ba8bba03101f28bbea26d2ab6daf7e7fc60e00 (commit)
from 4b2d8be68ec516a72414aff9ede33aacb50b5026 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 17ba8bba03101f28bbea26d2ab6daf7e7fc60e00
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 15 14:40:08 2014 -0800
bulk credit import, RT#26319
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 56612f0..13f11fc 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -421,9 +421,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', '' ],
;
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/menu.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list