Merge pull request #21263 from fboitel/fboitel-dev-scrutinizer-008
BUG FIX FetchLines does not exist on class emailcollector action but FetchLinesComon does
This commit is contained in:
commit
31dfa774cc
@ -271,9 +271,9 @@ class EmailCollectorAction extends CommonObject
|
|||||||
public function fetch($id, $ref = null)
|
public function fetch($id, $ref = null)
|
||||||
{
|
{
|
||||||
$result = $this->fetchCommon($id, $ref);
|
$result = $this->fetchCommon($id, $ref);
|
||||||
if ($result > 0 && !empty($this->table_element_line)) {
|
// if ($result > 0 && !empty($this->table_element_line)) {
|
||||||
$this->fetchLines();
|
// $this->fetchLinesCommon();
|
||||||
}
|
// }
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user