From 8188dc27262dfaa3b1f75cf267289ac35bc46e2d Mon Sep 17 00:00:00 2001 From: Kamel Khelifa Date: Tue, 14 Nov 2023 15:37:27 +0100 Subject: [PATCH] =?UTF-8?q?CORE=20expedition:=20Ajout=20de=20la=20fonction?= =?UTF-8?q?=20get=5Fsubstitutionarray=5Fother()=20dans=20le=20modele=20ODT?= =?UTF-8?q?=20des=20exp=C3=A9dition=20PR=20#25080=20(PR=20#423)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/expedition/doc/doc_generic_shipment_odt.modules.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php b/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php index 219c0f47029d5..507f35b34dde9 100644 --- a/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php +++ b/htdocs/core/modules/expedition/doc/doc_generic_shipment_odt.modules.php @@ -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