Merge pull request #16560 from code-chicken/patch-12
Don't discard previously collected data
This commit is contained in:
commit
0816cb9c04
@ -449,7 +449,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
|
||||
}
|
||||
|
||||
// Replace tags of object + external modules
|
||||
$tmparray = $this->get_substitutionarray_shipment($object, $outputlangs);
|
||||
$tmparray = array_merge($tmparray, $this->get_substitutionarray_shipment($object, $outputlangs));
|
||||
|
||||
complete_substitutions_array($tmparray, $outputlangs, $object);
|
||||
// Call the ODTSubstitution hook
|
||||
|
||||
Loading…
Reference in New Issue
Block a user