2
0
forked from Wavyzz/dolibarr

NEW: Add get_substitutionarray_other() on shipping odt (#25080)

This commit is contained in:
kkhelifa-opendsi
2023-08-08 21:04:02 +02:00
committed by GitHub
parent 6d484d83e5
commit f49ecdb6ef

View File

@@ -461,6 +461,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
// 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