From: <tu...@us...> - 2010-10-19 01:17:15
|
Revision: 4102 http://web-erp.svn.sourceforge.net/web-erp/?rev=4102&view=rev Author: turbopt Date: 2010-10-19 01:17:08 +0000 (Tue, 19 Oct 2010) Log Message: ----------- WorkOrderReceive.php - Bug #3023776. Applied anonymous contribution. Modified Paths: -------------- trunk/WorkOrderReceive.php trunk/doc/Change.log.html Modified: trunk/WorkOrderReceive.php =================================================================== --- trunk/WorkOrderReceive.php 2010-10-15 22:45:17 UTC (rev 4101) +++ trunk/WorkOrderReceive.php 2010-10-19 01:17:08 UTC (rev 4102) @@ -523,7 +523,7 @@ } //end for all of the potential serialised fields received } else { //the item is just batch/lot controlled not serialised /*the form for entry of batch controlled items is only 15 possible fields */ - for($i=0;$i<$_POST['CountOfItems'];$i++){ + for($i=0;$i<$_POST['CountOfInputs'];$i++){ /* We need to add the StockSerialItem record and The StockSerialMoves as well */ //need to test if the batch/lot exists first already Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-10-15 22:45:17 UTC (rev 4101) +++ trunk/doc/Change.log.html 2010-10-19 01:17:08 UTC (rev 4102) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>18/10/10 Paul: WorkOrderReceive.php - Bug #3023776. Applied anonymous contribution.</p> <p>16/10/10 Phil: SupplierInvocie.php fixed for mix up with commits - now shipment charges added correctly and contract charges also <p>14/10/10 Tim: MiscFunctions.php - Fix bug preventing download of ECB rates</p> <p>13/10/10 Tim: WWW_Users.php - Show the last visit date correctly. Fixes bug 3085860</p> @@ -146,6 +147,7 @@ <p>13/08/10 Phil: Fixes to show creditors transactions correctly in GLTransInquiry.php signs mixed up and period not shown previously</p> <p>10/08/10 Russell (Regal Prods): Fix SelectOrderItems.php width of narrative box was making screen unusable!!</p> <p>18/08/10 Pak Ricard: Revised report writer with the ability for more fields</p> +<p>07/08/10 Paul Thursby: PO_Items.php - Eliminate query; Moves the ONE field into a query above this point.</p> <p>07/08/10 Paul Thursby: SelectProduct.php - Variable $msg will never print. Elimnate to use function prnMsg() instead.</p> <p>08/08/10 Phil: Contracts.php SelectContracts.php DeliveryDetails.php - more work to convert Contracts to quotations and on conversion of contract quotations to orders to create contract work order to issue materials to <p>07/08/10 Tim: PDFLowGP.php - Sql quoting correction, layout changes, and assorted minor bug corrections</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |