diff --git a/app/Utils/HtmlEngine.php b/app/Utils/HtmlEngine.php
index 00ab85d568be..97b2e7ea46f5 100644
--- a/app/Utils/HtmlEngine.php
+++ b/app/Utils/HtmlEngine.php
@@ -705,7 +705,7 @@ class HtmlEngine
$tax_label .= ctrans('texts.reverse_tax_info') . "
";
}
- if($this->client->country_id !== (int)$this->company->settings->country_id){
+ if((int)$this->client->country_id !== (int)$this->company->settings->country_id){
$tax_label .= ctrans('texts.intracommunity_tax_info') . "
";
}