Skip to content

Commit

Permalink
CORE expedition: Ajout de la fonction get_substitutionarray_other() d…
Browse files Browse the repository at this point in the history
…ans le modele ODT des expédition PR Dolibarr#25080 (PR #423)
  • Loading branch information
kkhelifa-opendsi committed Nov 14, 2023
1 parent 91db07d commit 8188dc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ public function write_file($object, $outputlangs, $srctemplatepath, $hidedetails

// Replace tags of object + external modules
$tmparray = array_merge($tmparray, $this->get_substitutionarray_shipment($object, $outputlangs));
$tmparray = array_merge($tmparray, $this->get_substitutionarray_other($outputlangs));

complete_substitutions_array($tmparray, $outputlangs, $object);
// Call the ODTSubstitution hook
Expand Down

0 comments on commit 8188dc2

Please sign in to comment.