fix extrafields linnktoObject Thirdpary option showAdress

This commit is contained in:
florian HENRY 2020-07-13 17:51:58 +02:00
parent 045fbad616
commit 96d26be1d4

View File

@ -6122,7 +6122,7 @@ class Form
$prefixforautocompletemode = $objecttmp->element;
if ($prefixforautocompletemode == 'societe') $prefixforautocompletemode = 'company';
$confkeyforautocompletemode = strtoupper($prefixforautocompletemode).'_USE_SEARCH_TO_SELECT'; // For example COMPANY_USE_SEARCH_TO_SELECT
$options=array();
if (!empty($objecttmp->fields)) // For object that declare it, it is better to use declared fields (like societe, contact, ...)
{
$tmpfieldstoshow = '';