Skip to content
Snippets Groups Projects
Commit aabbc331 authored by Florian Henry's avatar Florian Henry
Browse files

Fix output extrafield selllist

parent 6849f713
No related branches found
No related tags found
No related merge requests found
......@@ -971,10 +971,10 @@ class ExtraFields
$value=''; // value was used, so now we reste it to use it to build final output
$obj = $this->db->fetch_object($resql);
// Several field into label (eq table:code|libelle:rowid)
$fields_label = explode('|',$InfoFieldList[1]);
if(is_array($fields_label))
{
foreach ($fields_label as $field_toshow)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment