Fixing style errors.
This commit is contained in:
parent
1394208de3
commit
87526194c5
@ -1710,7 +1710,7 @@ class ExtraFields
|
|||||||
dol_syslog(get_class($this).'::showOutputField error '.$this->db->lasterror(), LOG_WARNING);
|
dol_syslog(get_class($this).'::showOutputField error '.$this->db->lasterror(), LOG_WARNING);
|
||||||
}
|
}
|
||||||
} elseif ($type == 'radio') {
|
} elseif ($type == 'radio') {
|
||||||
if(!isset($param['options'][$value])){
|
if (!isset($param['options'][$value])) {
|
||||||
$value = $langs->trans('ErrorNoValueForRadioType');
|
$value = $langs->trans('ErrorNoValueForRadioType');
|
||||||
} else {
|
} else {
|
||||||
$value = $langs->trans($param['options'][$value]);
|
$value = $langs->trans($param['options'][$value]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user