Skip to content

Commit

Permalink
PaulT: upgrade4.14.1-4.14.2.sql: Add SQL update to support commit 7961.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboPT authored and timschofield committed Feb 27, 2018
1 parent 905e650 commit 5935b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/Change.log
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions sql/mysql/upgrade4.14.1-4.14.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 5935b1e

Please sign in to comment.