Fix: Wrong language object
This commit is contained in:
parent
aa76070ecb
commit
f0e445a589
@ -277,7 +277,7 @@ class doc_generic_odt extends ModeleThirdPartyDoc
|
|||||||
}
|
}
|
||||||
// Make substitutions into odt of thirdparty + external modules
|
// Make substitutions into odt of thirdparty + external modules
|
||||||
$tmparray=$this->get_substitutionarray_thirdparty($object,$outputlangs);
|
$tmparray=$this->get_substitutionarray_thirdparty($object,$outputlangs);
|
||||||
complete_substitutions_array($tmparray, $langs, $object);
|
complete_substitutions_array($tmparray, $outputlangs, $object);
|
||||||
//var_dump($object->id); exit;
|
//var_dump($object->id); exit;
|
||||||
foreach($tmparray as $key=>$value)
|
foreach($tmparray as $key=>$value)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user