forked from Wavyzz/dolibarr
NEW: Add get_substitutionarray_other() on shipping odt (#25080)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user