FetchLines does not exist on class emailcollector action but FetchLinesCommonDoes

This commit is contained in:
Faustin 2022-06-14 10:39:07 +02:00
parent 00d3750ab1
commit 86274072ba

View File

@ -272,7 +272,7 @@ class EmailCollectorAction extends CommonObject
{
$result = $this->fetchCommon($id, $ref);
if ($result > 0 && !empty($this->table_element_line)) {
$this->fetchLines();
$this->fetchLinesCommon();
}
return $result;
}