Skip to content
Snippets Groups Projects
Commit e561cc87 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Wrong variable name

parent 2abbc884
No related branches found
No related tags found
No related merge requests found
...@@ -562,7 +562,7 @@ class doc_generic_task_odt extends ModelePDFTask ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment