From: <ex...@us...> - 2016-04-07 06:35:09
|
Revision: 7484 http://sourceforge.net/p/web-erp/reponame/7484 Author: exsonqu Date: 2016-04-07 06:35:08 +0000 (Thu, 07 Apr 2016) Log Message: ----------- 07/04/16 Exson: Add remark column to CopyBOM.php. Modified Paths: -------------- trunk/CopyBOM.php Modified: trunk/CopyBOM.php =================================================================== --- trunk/CopyBOM.php 2016-04-01 08:37:57 UTC (rev 7483) +++ trunk/CopyBOM.php 2016-04-07 06:35:08 UTC (rev 7484) @@ -128,7 +128,8 @@ effectiveafter, effectiveto, quantity, - autoissue + autoissue, + remark FROM bom WHERE parent='".$StockID."';"; $result = DB_query($sql); |