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
  • Loading branch information
kkhelifa-opendsi committed Jun 12, 2023
1 parent a247eeb commit 828d5fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,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 828d5fd

Please sign in to comment.