FIX: #24414
This commit is contained in:
parent
9a390935e2
commit
01bcd93580
@ -1083,6 +1083,11 @@ class ExtraFields
|
||||
if ((string) $okey == '') {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (($pipepos = strpos ($val, '|')) > 0) {
|
||||
// Select-Field depending on other field, remove extra data from value
|
||||
$val = substr ($val, 0, $pipepos);
|
||||
}
|
||||
|
||||
if ($langfile && $val) {
|
||||
$options[$okey] = $langs->trans($val);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user