{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. ************************************************************************************} {* modules/Settings/Vtiger/views/TaxIndex.php *} {strip}
{assign var=WIDTHTYPE value=$CURRENT_USER_MODEL->get('rowheight')}
{foreach item=TAX_REGION_MODEL from=$TAX_REGIONS} {assign var=TAX_REGION_NAME value=$TAX_REGION_MODEL->getName()} {/foreach}
{vtranslate('LBL_AVAILABLE_REGIONS', $QUALIFIED_MODULE)}
{$TAX_REGION_NAME}
  
 



{vtranslate('LBL_TAX_REGION_DESC', $QUALIFIED_MODULE)}
{/strip}