forked from extern/egroupware
show raw selectvalue, if we are not able to show the corresponding selection entry
This commit is contained in:
parent
957b43afd4
commit
64c798cda4
@ -1555,7 +1555,7 @@ class etemplate extends boetemplate
|
||||
}
|
||||
else
|
||||
{
|
||||
$option_label = $sels[$val];
|
||||
$option_label = ($sels[$val]?$sels[$val]:$val);
|
||||
$option_title = '';
|
||||
}
|
||||
if (!$cell['no_lang']) $option_label = lang($option_label);
|
||||
|
Loading…
Reference in New Issue
Block a user