From 01a37f172c1b17e5ed22cb406bfcfbd429a99f4c Mon Sep 17 00:00:00 2001 From: satish <satish.dvnk@vtiger.com> Date: Mon, 29 Aug 2016 17:46:54 +0530 Subject: [PATCH] #280 - just a dollar lost - 6.4.0 and 6.5.0 --- include/utils/InventoryUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/InventoryUtils.php b/include/utils/InventoryUtils.php index ffe16774..b3b6216b 100644 --- a/include/utils/InventoryUtils.php +++ b/include/utils/InventoryUtils.php @@ -261,7 +261,7 @@ function getAllTaxes($available='all', $sh='',$mode='',$id='') if($sh != '' && $sh == 'sh') { $tablename = 'vtiger_shippingtaxinfo'; $value_table='vtiger_inventoryshippingrel'; - if($mode == 'edit' && id != '') { + if($mode == 'edit' && $id != '') { $sql = "SELECT * FROM $tablename WHERE deleted=0"; $result = $adb->pquery($sql, array()); $noofrows=$adb->num_rows($result); -- GitLab