removed <!-- $Id$ --> from all files to fix any redirects, whew
[freeside.git] / README.1.4.0pre8
index a6f591b..4eccb20 100644 (file)
@@ -53,8 +53,8 @@ CREATE INDEX part_export_option (
   option varchar(80) not null,
   optionvalue text NULL
 );
-CREATE INDEX part_export_option1 ON part_export ( exportnum );
-CREATE INDEX part_export_option2 ON part_export ( option );
+CREATE INDEX part_export_option1 ON part_export_option ( exportnum );
+CREATE INDEX part_export_option2 ON part_export_option ( option );
 
 ALTER TABLE cust_bill ADD closed char(1) NULL;
 ALTER TABLE cust_pay ADD closed char(1) NULL;
@@ -69,5 +69,6 @@ Go to the new "View/Edit Invoice events" in the web interface and add the
 appropriate events.  t the very least, you'll want to set some invoice events
 "After 0 days": a BILL invoice event to print invoices, a CARD invoice event to
 batch or run cards real-time, and a COMP invoice event to "pay" complimentary
-customers.
+customers.  If you were using the -i option to freeside-bill it should be
+removed.