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:
Laurent Destailleur 2018-10-16 19:36:37 +02:00 committed by GitHub
commit 575038d3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{