[freeside-commits] freeside/httemplate/elements menu.html, 1.20.2.14, 1.20.2.15

Ivan,,, ivan at wavetail.420.am
Wed Aug 13 18:58:46 PDT 2008


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv960/httemplate/elements

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	menu.html 
Log Message:
import customer from Excel file too

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.20.2.14
retrieving revision 1.20.2.15
diff -u -d -r1.20.2.14 -r1.20.2.15
--- menu.html	27 Mar 2008 20:40:11 -0000	1.20.2.14
+++ menu.html	14 Aug 2008 01:58:43 -0000	1.20.2.15
@@ -208,7 +208,7 @@
   if $curuser->access_right('Raw SQL');
 
 tie my %tools_importing, 'Tie::IxHash',
-  'Import customers from CSV file' => [ $fsurl.'misc/cust_main-import.cgi', '' ],
+  'Import customers' => [ $fsurl.'misc/cust_main-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', '' ],



More information about the freeside-commits mailing list