mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Solved issue
This commit is contained in:
parent
5a837c9aaa
commit
c760a937ae
@ -4296,7 +4296,7 @@ sub on_demand_macro($$$$$$;$) {
|
|||||||
if ($field_value eq ''){
|
if ($field_value eq ''){
|
||||||
$field_value = 'Module ' . $field_number . " not found";
|
$field_value = 'Module ' . $field_number . " not found";
|
||||||
}
|
}
|
||||||
elsif ($unit_mod ne '') {
|
elsif (defined($unit_mod) && $unit_mod ne '') {
|
||||||
$field_value .= $unit_mod;
|
$field_value .= $unit_mod;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user