2
0
forked from Wavyzz/dolibarr
This commit is contained in:
florian HENRY
2017-01-26 16:32:36 +01:00
parent deceeea8ff
commit a333a328d8

View File

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