mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Qual: Wrong variable name
This commit is contained in:
@@ -562,7 +562,7 @@ class doc_generic_task_odt extends ModelePDFTask
|
||||
if (!empty($project->fk_soc)) $socid = $project->fk_soc;
|
||||
|
||||
$tmparray=$this->get_substitutionarray_tasks($object,$outputlangs);
|
||||
complete_substitutions_array($tmparray, $outputlangs, $task);
|
||||
complete_substitutions_array($tmparray, $outputlangs, $object);
|
||||
foreach($tmparray as $key => $val)
|
||||
{
|
||||
try
|
||||
@@ -837,4 +837,4 @@ class doc_generic_task_odt extends ModelePDFTask
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user