2
0
forked from Wavyzz/dolibarr

reenable search criteria in sql clause

This commit is contained in:
Christophe Battarel
2015-10-05 15:41:28 +02:00
parent 8cb1818c4e
commit bf262c2cae

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