fix travis
This commit is contained in:
parent
2069223e4e
commit
9ceea06468
@ -191,7 +191,7 @@ class pdf_beluga extends ModelePDFProjects
|
||||
|
||||
// Complete object by loading several other informations
|
||||
$task = new Task($this->db);
|
||||
$tasksarray = array();
|
||||
$tasksarray = array();
|
||||
$tasksarray = $task->getTasksArray(0, 0, $object->id);
|
||||
|
||||
// Special case when used with object = specimen, we may return all lines
|
||||
|
||||
Loading…
Reference in New Issue
Block a user