mo line is line so no fetchLines

This commit is contained in:
Francis Appels 2021-01-26 16:18:50 +01:00
parent 6fe5c2f599
commit b1cd6c5ecf

View File

@ -1487,7 +1487,7 @@ class MoLine extends CommonObjectLine
public function fetch($id, $ref = null)
{
$result = $this->fetchCommon($id, $ref);
if ($result > 0 && !empty($this->table_element_line)) $this->fetchLines();
return $result;
}