From: <dai...@us...> - 2012-02-27 10:04:30
|
Revision: 4980 http://web-erp.svn.sourceforge.net/web-erp/?rev=4980&view=rev Author: daintree Date: 2012-02-27 10:04:19 +0000 (Mon, 27 Feb 2012) Log Message: ----------- Fix typo ;-) Modified Paths: -------------- trunk/css/default/default.css trunk/sql/mysql/upgrade4.07-4.08.sql Modified: trunk/css/default/default.css =================================================================== --- trunk/css/default/default.css 2012-02-26 16:09:07 UTC (rev 4979) +++ trunk/css/default/default.css 2012-02-27 10:04:19 UTC (rev 4980) @@ -2,17 +2,7 @@ | | | default.css | |---------------------------------------------------| | For use with: | -| Web-ERP - http://weberp.sourceforge.net | -| by Logic Works Ltd | -|---------------------------------------------------| -| Developer: | -| Shane Barnaby | -| Steve Kaill | -|---------------------------------------------------| -| Note: | -| Changes can be made to this CSS that will be | -| reflected throughout Web-ERP. | -| +| Web-ERP - http://web-erp.sourceforge.net | \--------------------------------------------------*/ /* $Id$*/ Modified: trunk/sql/mysql/upgrade4.07-4.08.sql =================================================================== --- trunk/sql/mysql/upgrade4.07-4.08.sql 2012-02-26 16:09:07 UTC (rev 4979) +++ trunk/sql/mysql/upgrade4.07-4.08.sql 2012-02-27 10:04:19 UTC (rev 4980) @@ -6,8 +6,6 @@ DELETE FROM `scripts` WHERE `script`='Z_CopyBOM.php'; -UPDATE config SET confvalue='4.08.1' WHERE confname='VersionNumber'; - ALTER TABLE `stockcategory` ADD `issueglact` int(11) NOT NULL DEFAULT 0 AFTER `adjglact`; CREATE TABLE departments ( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |