Merge branch 'ent-7916-Macro-de-agentgroup-en-label-de-informes' into 'develop'

Ent 7916 macro de agentgroup en label de informes

See merge request artica/pandorafms!4489
This commit is contained in:
Daniel Rodriguez 2021-11-15 11:28:44 +00:00
commit c5a86e2782
1 changed files with 1 additions and 1 deletions

View File

@ -13669,7 +13669,7 @@ function reporting_label_macro($item, $label)
if (preg_match('/_agentgroup_/', $label)) {
$label = str_replace(
'_agentgroup_',
$item['agent_group'],
groups_get_name($item['agent_group']),
$label
);
}