[freeside-commits] branch FREESIDE_2_3_BRANCH updated. dbd3c301113a4cfd77595afd7aecd6cb13d02d9d

Ivan ivan at 420.am
Wed Jan 15 14:40:10 PST 2014


The branch, FREESIDE_2_3_BRANCH has been updated
       via  dbd3c301113a4cfd77595afd7aecd6cb13d02d9d (commit)
      from  ec863ef089ed20e21caeea235924de5b5d0e6fd7 (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 dbd3c301113a4cfd77595afd7aecd6cb13d02d9d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jan 15 14:40:09 2014 -0800

    bulk credit import, RT#26319

diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 8e369f4..ac28c46 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -395,9 +395,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