Qual: Wrong variable name
This commit is contained in:
parent
2abbc8845f
commit
e561cc87f7
@ -562,7 +562,7 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||||||
if (!empty($project->fk_soc)) $socid = $project->fk_soc;
|
if (!empty($project->fk_soc)) $socid = $project->fk_soc;
|
||||||
|
|
||||||
$tmparray=$this->get_substitutionarray_tasks($object,$outputlangs);
|
$tmparray=$this->get_substitutionarray_tasks($object,$outputlangs);
|
||||||
complete_substitutions_array($tmparray, $outputlangs, $task);
|
complete_substitutions_array($tmparray, $outputlangs, $object);
|
||||||
foreach($tmparray as $key => $val)
|
foreach($tmparray as $key => $val)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@ -837,4 +837,4 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user