FIX Search List Select Extrafields with condition
This commit is contained in:
parent
b1d15cdc0e
commit
36ffcbc5da
@ -1084,6 +1084,9 @@ class ExtraFields
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$valarray = explode('|', $val);
|
||||||
|
$val = $valarray[0];
|
||||||
|
|
||||||
if ($langfile && $val) {
|
if ($langfile && $val) {
|
||||||
$options[$okey] = $langs->trans($val);
|
$options[$okey] = $langs->trans($val);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user