mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix CI
This commit is contained in:
@@ -10609,7 +10609,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey = 0, $exclude = null,
|
||||
|
||||
$mysocuselocaltax1 = false;
|
||||
$mysocuselocaltax2 = false;
|
||||
if ($mysoc instanceof Societe && !empty(country_code)) {
|
||||
if ($mysoc instanceof Societe && !empty($mysoc->country_code)) {
|
||||
$tmparray = $mysoc->useLocalTax(-1);
|
||||
$mysocuselocaltax1 = $tmparray[1];
|
||||
$mysocuselocaltax2 = $tmparray[2];
|
||||
|
||||
Reference in New Issue
Block a user