#280 - just a dollar lost - 6.4.0 and 6.5.0
Compare changes
+ 1
− 1
@@ -261,7 +261,7 @@ function getAllTaxes($available='all', $sh='',$mode='',$id='')
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
into file include/utils/InventoryUtils.php, inside function getAllTaxes(...) {...} at line 264, lost a dollar
if($mode == 'edit' && id != '') {
replace with
if($mode == 'edit' && $id != '') {
Copyright 2023 Vtiger. All rights reserved.