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 = [];
|
||||
|
||||
$style = io_safe_output($content['style']);
|
||||
|
||||
if (is_array($style)) {
|
||||
if ($style['hide_notinit_agents']) {
|
||||
$aux_id_agents = $agents;
|
||||
$i = 0;
|
||||
|
@ -8822,6 +8824,7 @@ function reporting_availability($report, $content, $date=false, $time=false)
|
|||
$i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($items) === false
|
||||
&& (bool) $content['compare_work_time'] === true
|
||||
|
|
Loading…
Reference in New Issue