diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index 9fe4ff4d4f3..80427437488 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2402,7 +2402,7 @@ else
}
}
- // VAT Code
+ // Sale tax code (VAT code)
print '
';
print '| '.$langs->trans('VATIntra').' | ';
if ($object->tva_intra)
@@ -2411,7 +2411,7 @@ else
$s.=$object->tva_intra;
$s.='';
- if (empty($conf->global->MAIN_DISABLEVATCHECK))
+ if (empty($conf->global->MAIN_DISABLEVATCHECK) && isInEEC($object))
{
$s.=' ';
|