[Weberp-svn] SF.net SVN: weberp:[8288] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-10-17 11:27:13
|
Revision: 8288 http://weberp.svn.sourceforge.net/weberp/?rev=8288&view=rev Author: tim_schofield Date: 2011-10-17 11:27:03 +0000 (Mon, 17 Oct 2011) Log Message: ----------- Correction to field name Modified Paths: -------------- trunk/InternalStockRequest.php trunk/InternalStockRequestAuthorisation.php Modified: trunk/InternalStockRequest.php =================================================================== --- trunk/InternalStockRequest.php 2011-10-17 11:26:49 UTC (rev 8287) +++ trunk/InternalStockRequest.php 2011-10-17 11:27:03 UTC (rev 8288) @@ -90,7 +90,7 @@ foreach ($_SESSION['Request']->LineItems as $LineItems) { $LineSQL="INSERT INTO stockrequestitems (dispatchitemsid, dispatchid, - itemid, + stockid, quantity, decimalplaces, uom) Modified: trunk/InternalStockRequestAuthorisation.php =================================================================== --- trunk/InternalStockRequestAuthorisation.php 2011-10-17 11:26:49 UTC (rev 8287) +++ trunk/InternalStockRequestAuthorisation.php 2011-10-17 11:27:03 UTC (rev 8288) @@ -70,7 +70,7 @@ echo '<td><input type="checkbox" name="status'.$myrow['dispatchid'].'" /></td>'; echo '</tr>'; $linesql="SELECT stockrequestitems.dispatchitemsid, - stockrequestitems.itemid, + stockrequestitems.stockid, stockrequestitems.decimalplaces, stockrequestitems.uom, stockmaster.description, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |