freeside/httemplate/docs upgrade10.html,1.45,1.46
ivan
ivan at pouncequick.420.am
Tue Mar 22 10:15:10 PST 2005
- Previous message: freeside/FS/FS Conf.pm,1.122,1.123 Misc.pm,1.5,1.6 cust_bill.pm,1.106,1.107 cust_main.pm,1.176,1.177 cust_main_invoice.pm,1.15,1.16 cust_pay.pm,1.37,1.38 cust_pkg.pm,1.57,1.58 svc_acct.pm,1.170,1.171
- Next message: freeside README.1.5.7,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/docs
In directory pouncequick:/tmp/cvs-serv10430
Modified Files:
upgrade10.html
Log Message:
small fix for indices in upgrade instructions, found by s5
Index: upgrade10.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/docs/upgrade10.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- upgrade10.html 18 Mar 2005 19:21:30 -0000 1.45
+++ upgrade10.html 22 Mar 2005 18:15:07 -0000 1.46
@@ -10,8 +10,8 @@
install NetAddr::IP, Chart::Base, Locale::SubCountry,
JavaScript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS,
-Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC
-(Frontier::RPC2)
+Spreadsheet::WriteExcel, IO-stringy (IO::Scalar), Frontier::RPC
+(Frontier::RPC2) and MIME::Entity (MIME-tools)
<!-- and Crypt::YAPassGen-->
INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 20, 'svc_external-id', 'en_US', 'External ID' );
@@ -191,8 +191,8 @@
optionname varchar(80) not null,
optionvalue text NULL
);
-CREATE INDEX part_pkg_option1 ON part_export_option ( pkgpart );
-CREATE INDEX part_pkg_option2 ON part_export_option ( optionname );
+CREATE INDEX part_pkg_option1 ON part_pkg_option ( pkgpart );
+CREATE INDEX part_pkg_option2 ON part_pkg_option ( optionname );
CREATE TABLE rate (
ratenum serial NOT NULL,
- Previous message: freeside/FS/FS Conf.pm,1.122,1.123 Misc.pm,1.5,1.6 cust_bill.pm,1.106,1.107 cust_main.pm,1.176,1.177 cust_main_invoice.pm,1.15,1.16 cust_pay.pm,1.37,1.38 cust_pkg.pm,1.57,1.58 svc_acct.pm,1.170,1.171
- Next message: freeside README.1.5.7,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list