From: <ex...@us...> - 2016-06-20 06:40:23
|
Revision: 7558 http://sourceforge.net/p/web-erp/reponame/7558 Author: exsonqu Date: 2016-06-20 06:40:21 +0000 (Mon, 20 Jun 2016) Log Message: ----------- 20/06/16 Exson: Fixed the bug of missing fields in CopyBOM.php. Reported by Shane. Modified Paths: -------------- trunk/CopyBOM.php Modified: trunk/CopyBOM.php =================================================================== --- trunk/CopyBOM.php 2016-06-16 11:12:38 UTC (rev 7557) +++ trunk/CopyBOM.php 2016-06-20 06:40:21 UTC (rev 7558) @@ -129,7 +129,9 @@ effectiveto, quantity, autoissue, - remark + remark, + digitals, + decimalplaces FROM bom WHERE parent='".$StockID."';"; $result = DB_query($sql); |