Update doc_generic_shipment_odt.modules.php

This commit is contained in:
BENKE Charlie 2016-01-06 10:35:43 +01:00
parent ef597395ba
commit 743967a9b3

View File

@ -288,7 +288,7 @@ class doc_generic_shipment_odt extends ModelePdfExpedition
complete_substitutions_array($substitutionarray, $langs, $object);
// Call the ODTSubstitution hook
$parameters=array('file'=>$file,'object'=>$object,'outputlangs'=>$outputlangs,'substitutionarray'=>&$substitutionarray);
$reshook=$hookmanager->executeHooks('ODTSubstitution',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
$reshook=$hookmanager->executeHooks('ODTSubstitutionInit',$parameters,$this,$action); // Note that $action and $object may have been modified by some hooks
// Line of free text
$newfreetext='';