From: <tu...@us...> - 2011-01-05 01:44:09
|
Revision: 4459 http://web-erp.svn.sourceforge.net/web-erp/?rev=4459&view=rev Author: turbopt Date: 2011-01-05 01:44:03 +0000 (Wed, 05 Jan 2011) Log Message: ----------- Insert underscore missing in superglobal. Modified Paths: -------------- trunk/WorkOrderReceive.php trunk/doc/Change.log.html Modified: trunk/WorkOrderReceive.php =================================================================== --- trunk/WorkOrderReceive.php 2011-01-04 00:34:27 UTC (rev 4458) +++ trunk/WorkOrderReceive.php 2011-01-05 01:44:03 UTC (rev 4459) @@ -547,7 +547,7 @@ qualitytext = '" . DB_escape_string($QualityText) . "' WHERE stockid='" . $_POST['StockID'] . "' AND loccode = '" . $_POST['IntoLocation'] . "' - AND serialno = '" . $POST['BatchRef' .$i] . "'"; + AND serialno = '" . $_POST['BatchRef' .$i] . "'"; } else { $SQL = "INSERT INTO stockserialitems (stockid, loccode, Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2011-01-04 00:34:27 UTC (rev 4458) +++ trunk/doc/Change.log.html 2011-01-05 01:44:03 UTC (rev 4459) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> -<p>/</p> +<p></p> +<p>4/1/11 Paul T: Bug# 3151192 - insert underscore for superglobal.</p> <p>4/1/11 Phil: Rework of purchase order scripts ... again.</p> <p>4/1/11 Phil: Select Purchase orders now defaults to just pending and authorised/printed - other statii are options</p> <p>1/1/11 Phil: Upgrade script make capable of upgrades from any earlier version - and email a backup to the user.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |