mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 13:04:38 -04:00
Updates for tests for html generation with special translations
This commit is contained in:
parent
b426788de3
commit
60b8402d76
@ -705,7 +705,7 @@ class HtmlEngine
|
|||||||
$tax_label .= ctrans('texts.reverse_tax_info') . "<br>";
|
$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>";
|
$tax_label .= ctrans('texts.intracommunity_tax_info') . "<br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user