Fix list from 'Contacts/Addresses' on company may show duplicate value for extrafields
This commit is contained in:
parent
b78932b9f7
commit
72dd182b1f
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user