diff --git a/doc/Change.log b/doc/Change.log index eafc944d5..343a79e66 100644 --- a/doc/Change.log +++ b/doc/Change.log @@ -1,5 +1,6 @@ webERP Change Log +16/2/18 PaulT: upgrade4.14.1-4.14.2.sql: Add SQL update to support commit 7961. 16/2/18 Paul Becker (PaulT commit): AgedControlledInventory.php: Add UOM to output. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8091&pid=14286#pid14286) 16/2/18 Paul Becker (PaulT commit): Z_ChangeSalesmanCode.php: New script to change a salesman code. (Forum contribution: http://www.weberp.org/forum/showthread.php?tid=8094) 13/2/18 Paul Becker (PaulT commit): InternalStockRequestFulfill.php: Minor change to remove number from input field committed with 7946, and add attributes on two input fields. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=8089&pid=14266#pid14266) diff --git a/sql/mysql/upgrade4.14.1-4.14.2.sql b/sql/mysql/upgrade4.14.1-4.14.2.sql index c6fe2d4e8..d05fb3c70 100644 --- a/sql/mysql/upgrade4.14.1-4.14.2.sql +++ b/sql/mysql/upgrade4.14.1-4.14.2.sql @@ -119,5 +119,7 @@ INSERT INTO pickreqdetails (prid, orderlineno, stockid, qtyexpected, qtypicked, JOIN pickinglists ON pickinglistdetails.pickinglistno = pickinglists.pickinglistno JOIN salesorderdetails ON salesorderdetails.orderno = pickinglists.orderno; +INSERT INTO `scripts` ( `script` , `pagesecurity` , `description` ) VALUES ('Z_ChangeSalesmanCode.php', '15', ''); + UPDATE config SET confvalue='4.15' WHERE confname='VersionNumber';