Commented dead code

This commit is contained in:
Faustin 2022-06-15 13:59:17 +02:00
parent 36f890bd33
commit eb7b0824ee

View File

@ -271,9 +271,9 @@ class EmailCollectorAction extends CommonObject
public function fetch($id, $ref = null)
{
$result = $this->fetchCommon($id, $ref);
if ($result > 0 && !empty($this->table_element_line)) {
$this->fetchLinesCommon();
}
// if ($result > 0 && !empty($this->table_element_line)) {
// $this->fetchLinesCommon();
// }
return $result;
}