Merge pull request #9769 from atm-ph/fix_7.0_list_duplicate_extrafield_value
Fix list from 'Contacts/Addresses' on company may show duplicate valu…
This commit is contained in:
commit
575038d3a3
@ -4459,6 +4459,7 @@ abstract class CommonObject
|
|||||||
$resql=$this->db->query($sql);
|
$resql=$this->db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
|
$this->array_options = array();
|
||||||
$numrows=$this->db->num_rows($resql);
|
$numrows=$this->db->num_rows($resql);
|
||||||
if ($numrows)
|
if ($numrows)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user