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:
commit
7bfd29da6f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue