From: <tu...@us...> - 2014-10-30 01:37:47
|
Revision: 6953 http://sourceforge.net/p/web-erp/reponame/6953 Author: turbopt Date: 2014-10-30 01:37:37 +0000 (Thu, 30 Oct 2014) Log Message: ----------- Add closing parenthesis. Modified Paths: -------------- trunk/SupplierInvoice.php Modified: trunk/SupplierInvoice.php =================================================================== --- trunk/SupplierInvoice.php 2014-10-29 15:15:29 UTC (rev 6952) +++ trunk/SupplierInvoice.php 2014-10-30 01:37:37 UTC (rev 6953) @@ -319,7 +319,7 @@ FROM fixedassets INNER JOIN fixedassetcategories ON fixedassets.assetcategoryid=fixedassetcategories.categoryid - WHERE assetid='" . $OrderLine->AssetID . "'"; + WHERE assetid='" . $OrderLine->AssetID . "'"); if (DB_num_rows($CheckAssetExistsResult)==1){ //then work with the assetid provided /*Need to add a fixedassettrans for the cost of the asset being received */ |