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:
commit
c5a86e2782
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue