Merge branch 'ent-5183-error-con-logo-de-so-en-informes-pdf-meta' into 'develop'

Fixed bug in pdf metaconsole os icon

See merge request artica/pandorafms!2987
This commit is contained in:
Daniel Rodriguez 2020-01-07 09:45:56 +01:00
commit 7bfd29da6f
1 changed files with 2 additions and 2 deletions

View File

@ -776,9 +776,9 @@ function ui_print_os_icon(
}
if (is_metaconsole()) {
$no_in_meta = true;
} else {
$no_in_meta = false;
} else {
$no_in_meta = true;
}
$icon = (string) db_get_value('icon_name', 'tconfig_os', 'id_os', (int) $id_os);