From: <tim...@us...> - 2010-07-05 09:49:09
|
Revision: 3565 http://web-erp.svn.sourceforge.net/web-erp/?rev=3565&view=rev Author: tim_schofield Date: 2010-07-05 09:49:03 +0000 (Mon, 05 Jul 2010) Log Message: ----------- Error in table name Modified Paths: -------------- trunk/doc/Change.log.html trunk/sql/mysql/upgrade3.11.1-3.12.sql Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-07-05 09:48:37 UTC (rev 3564) +++ trunk/doc/Change.log.html 2010-07-05 09:49:03 UTC (rev 3565) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>05/07/10 Pak Ricard: upgrade3.11.1-3.12.sql - Error in table name <p>05/07/10 Pak Ricard: PricesByCost.php - Margin must be decimal to allow margins like 2,5 or 3,3 time standard cost. Also ot has to be large enough to accept "currency margins". If you have a standard costs in EUR and want to check prices in IDR or viceversa, you'll need to compute large margins.</p> <p>04/07/10 Tim: CustEDISetup.php - Corrections to sql statements</p> <p>04/07/10 Tim: Currencies.php - Corrections to sql statements and layout changes</p> Modified: trunk/sql/mysql/upgrade3.11.1-3.12.sql =================================================================== --- trunk/sql/mysql/upgrade3.11.1-3.12.sql 2010-07-05 09:48:37 UTC (rev 3564) +++ trunk/sql/mysql/upgrade3.11.1-3.12.sql 2010-07-05 09:49:03 UTC (rev 3565) @@ -278,4 +278,4 @@ INSERT INTO `suppliertype` VALUES(1, 'Default'); ALTER TABLE `suppliers` ADD COLUMN `supptype` tinyint(4) NOT NULL DEFAULT 1 AFTER `address6`; -ALTER TABLE `locatransfers` CHANGE COLUMN `shipqty` `shipqty` double NOT NULL DEFAULT 0.0; \ No newline at end of file +ALTER TABLE `loctransfers` CHANGE COLUMN `shipqty` `shipqty` double NOT NULL DEFAULT 0.0; \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |