Fix list from 'Contacts/Addresses' on company may show duplicate value for extrafields

This commit is contained in:
atm-ph 2018-10-16 18:22:43 +02:00
parent b78932b9f7
commit 72dd182b1f

View File

@ -4459,6 +4459,7 @@ abstract class CommonObject
$resql=$this->db->query($sql);
if ($resql)
{
$this->array_options = array();
$numrows=$this->db->num_rows($resql);
if ($numrows)
{