mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-6091-Suprimir-corregir-logs' into 'develop'
Solved issue Closes pandora_enterprise#6091 See merge request artica/pandorafms!3786
This commit is contained in:
commit
6063c4f50b
@ -4296,7 +4296,7 @@ sub on_demand_macro($$$$$$;$) {
|
||||
if ($field_value eq ''){
|
||||
$field_value = 'Module ' . $field_number . " not found";
|
||||
}
|
||||
elsif ($unit_mod ne '') {
|
||||
elsif (defined($unit_mod) && $unit_mod ne '') {
|
||||
$field_value .= $unit_mod;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user