Updates for tests for html generation with special translations

This commit is contained in:
David Bomba 2023-08-09 10:53:10 +10:00
parent b426788de3
commit 60b8402d76

View File

@ -705,7 +705,7 @@ class HtmlEngine
$tax_label .= ctrans('texts.reverse_tax_info') . "<br>";
}
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') . "<br>";
}