forked from Wavyzz/dolibarr
FIX #6338
This commit is contained in:
@@ -272,7 +272,7 @@ $sql.= " state.code_departement, state.nom";
|
|||||||
// Add where from extra fields
|
// Add where from extra fields
|
||||||
foreach ($extrafields->attribute_label as $key => $val)
|
foreach ($extrafields->attribute_label as $key => $val)
|
||||||
{
|
{
|
||||||
$sql .= ', ef.'.$val;
|
$sql .= ', ef.'.$key;
|
||||||
}
|
}
|
||||||
// Add where from hooks
|
// Add where from hooks
|
||||||
$parameters=array();
|
$parameters=array();
|
||||||
|
|||||||
Reference in New Issue
Block a user