Merge pull request #3665 from altatof/fix_extrafields

reenable search criteria in sql clause
This commit is contained in:
Laurent Destailleur 2015-10-09 20:32:42 +02:00
commit b27989d5d4

View File

@ -753,7 +753,7 @@ class ExtraFields
$sqlwhere.= ' WHERE 1';
}
if (in_array($InfoFieldList[0],array('tablewithentity'))) $sqlwhere.= ' AND entity = '.$conf->entity; // Some tables may have field, some other not. For the moment we disable it.
//$sql.=preg_replace('/^ AND /','',$sqlwhere);
$sql.=preg_replace('/^ AND /','',$sqlwhere);
//print $sql;
dol_syslog(get_class($this).'::showInputField type=sellist sql='.$sql);