[freeside-commits] freeside/httemplate/elements menu.html, 1.45, 1.46
Ivan,,,
ivan at wavetail.420.am
Wed Aug 13 18:58:32 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv948/httemplate/elements
Modified Files:
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.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- menu.html 28 Jun 2008 19:25:22 -0000 1.45
+++ menu.html 14 Aug 2008 01:58:30 -0000 1.46
@@ -217,7 +217,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 customer comments 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 payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ],
More information about the freeside-commits
mailing list