Merge branch 'ent-3670-0-rebelde-en-autoconfigurador-de-agentes' into 'develop'

Resolved

See merge request artica/pandorafms!2245
This commit is contained in:
Alejandro Fraguas 2019-05-31 10:08:02 +02:00
commit 4c85066ecd
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ function html_print_select(
}
if ($optlabel === '') {
$output .= '>'.$value.'</option>';
$output .= '>None</option>';
} else {
$output .= '>'.$optlabel.'</option>';
}