Skip to content

Commit

Permalink
Add the table in the merge of substitutions to add keys via the ODTSu…
Browse files Browse the repository at this point in the history
…bstitution hook.
  • Loading branch information
ATM-nicolasV committed Jan 31, 2025
1 parent 6af9a69 commit abab743
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public function write_file($object, $outputlangs, $srctemplatepath)
$array_thirdparty = $this->get_substitutionarray_thirdparty($socobject, $outputlangs);
$array_other = $this->get_substitutionarray_other($outputlangs);

$tmparray = array_merge($substitutionarray, $array_object_from_properties, $array_user, $array_soc, $array_thirdparty, $array_objet, $array_other);
$tmparray = array_merge($substitutionarray, $array_object_from_properties, $array_user, $array_soc, $array_thirdparty, $array_objet, $array_other, $tmparray);
complete_substitutions_array($tmparray, $outputlangs, $object);

foreach ($tmparray as $key => $value) {
Expand Down

0 comments on commit abab743

Please sign in to comment.