From: <vv...@us...> - 2012-01-30 21:03:45
|
Revision: 4856 http://web-erp.svn.sourceforge.net/web-erp/?rev=4856&view=rev Author: vvs2012 Date: 2012-01-30 21:03:38 +0000 (Mon, 30 Jan 2012) Log Message: ----------- Modified Paths: -------------- trunk/ReverseGRN.php trunk/doc/Change.log Modified: trunk/ReverseGRN.php =================================================================== --- trunk/ReverseGRN.php 2012-01-30 18:49:39 UTC (rev 4855) +++ trunk/ReverseGRN.php 2012-01-30 21:03:38 UTC (rev 4856) @@ -50,7 +50,7 @@ ON grns.podetailitem=purchorderdetails.podetailitem INNER JOIN purchorders ON purchorderdetails.orderno = purchorders.orderno - WHERE AND grnno='" . $_GET['GRNNo'] . "'"; + WHERE grnno='" . $_GET['GRNNo'] . "'"; $ErrMsg = _('CRITICAL ERROR') . '! ' . _('NOTE DOWN THIS ERROR AND SEEK ASSISTANCE') . ': ' . _('Could not get the details of the GRN selected for reversal because') . ' '; $DbgMsg = _('The following SQL to retrieve the GRN details was used') . ':'; Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-01-30 18:49:39 UTC (rev 4855) +++ trunk/doc/Change.log 2012-01-30 21:03:38 UTC (rev 4856) @@ -1,5 +1,6 @@ webERP Change Log +30/1/12 Vitaly: Removed extra 'AND' in SQL statement in ReverseGRN.php 29/1/12 Phil: Alterations to API to fix SQL and to start work on adding InvoiceSalesOrder method 29/1/12 Phil: Z_ChangeStockCode.php now alters SalesCategories of items being changed 28/1/12 Ahmed.Fawzy: StockCategories.php fixes for numericvalue not displaying and errored with "minimum value is not numeric" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |