From: <ex...@us...> - 2015-10-06 12:36:59
|
Revision: 7366 http://sourceforge.net/p/web-erp/reponame/7366 Author: exsonqu Date: 2015-10-06 12:36:57 +0000 (Tue, 06 Oct 2015) Log Message: ----------- 06/10/15 UK-Steven: Contribute email customer statements feature scripts. Modified Paths: -------------- trunk/sql/mysql/upgrade4.12.3-4.13.sql Modified: trunk/sql/mysql/upgrade4.12.3-4.13.sql =================================================================== --- trunk/sql/mysql/upgrade4.12.3-4.13.sql 2015-10-06 12:36:27 UTC (rev 7365) +++ trunk/sql/mysql/upgrade4.12.3-4.13.sql 2015-10-06 12:36:57 UTC (rev 7366) @@ -22,6 +22,6 @@ CONSTRAINT `suppinvstogrn_ibfk_2` FOREIGN KEY (`grnno`) REFERENCES `grns` (`grnno`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; - +INSERT INTO scripts VALUES('EmailCustStatements.php','3','Email customer statement to customer'); -- Update version number: UPDATE config SET confvalue='4.13' WHERE confname='VersionNumber'; |