#11381 fixed ip address name in availability report

This commit is contained in:
Daniel Cebrian 2023-05-26 13:37:15 +02:00
parent a32d9351df
commit 7a03a5bac9
1 changed files with 1 additions and 1 deletions

View File

@ -9123,7 +9123,7 @@ function reporting_availability($report, $content, $date=false, $time=false)
modules_get_agentmodule_agent($item['id_agent_module'])
);
if (empty($text)) {
if (empty($row['data']['availability_item'])) {
$row['data']['availability_item'] = __('No Address');
}
} else {