Skip to content
Snippets Groups Projects
Commit 01a37f17 authored by Satish's avatar Satish
Browse files

#280 - just a dollar lost - 6.4.0 and 6.5.0

parent 45ca8bdd
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,7 @@ function getAllTaxes($available='all', $sh='',$mode='',$id='') ...@@ -261,7 +261,7 @@ function getAllTaxes($available='all', $sh='',$mode='',$id='')
if($sh != '' && $sh == 'sh') { if($sh != '' && $sh == 'sh') {
$tablename = 'vtiger_shippingtaxinfo'; $tablename = 'vtiger_shippingtaxinfo';
$value_table='vtiger_inventoryshippingrel'; $value_table='vtiger_inventoryshippingrel';
if($mode == 'edit' && id != '') { if($mode == 'edit' && $id != '') {
$sql = "SELECT * FROM $tablename WHERE deleted=0"; $sql = "SELECT * FROM $tablename WHERE deleted=0";
$result = $adb->pquery($sql, array()); $result = $adb->pquery($sql, array());
$noofrows=$adb->num_rows($result); $noofrows=$adb->num_rows($result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment