mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Merge branch 'ent-10156-14771-custom-report-de-availability-no-se-puede-visualizar-sin-darle-al-boton-update-item' into 'develop'
Ent 10156 14771 custom report de availability no se puede visualizar sin darle al boton update item See merge request artica/pandorafms!5423
This commit is contained in:
commit
fe65f409d0
@ -8802,6 +8802,8 @@ function reporting_availability($report, $content, $date=false, $time=false)
|
|||||||
$data = [];
|
$data = [];
|
||||||
|
|
||||||
$style = io_safe_output($content['style']);
|
$style = io_safe_output($content['style']);
|
||||||
|
|
||||||
|
if (is_array($style)) {
|
||||||
if ($style['hide_notinit_agents']) {
|
if ($style['hide_notinit_agents']) {
|
||||||
$aux_id_agents = $agents;
|
$aux_id_agents = $agents;
|
||||||
$i = 0;
|
$i = 0;
|
||||||
@ -8822,6 +8824,7 @@ function reporting_availability($report, $content, $date=false, $time=false)
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (empty($items) === false
|
if (empty($items) === false
|
||||||
&& (bool) $content['compare_work_time'] === true
|
&& (bool) $content['compare_work_time'] === true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user