Merge branch 'ent-13584-Separar-opciones-de-Refresh-data-y-Force-check' into 'develop'

Ent 13584 separar opciones de refresh data y force check

See merge request artica/pandorafms!7284
This commit is contained in:
Matias Didier 2024-04-30 12:32:26 +00:00
commit 549a39dce3
1 changed files with 4 additions and 1 deletions

View File

@ -4776,7 +4776,10 @@ function get_resume_agent_concat($id_agente, $all_groups, $agent)
'force_checks',
false,
'window.location.assign("'.$url.'&flag_agent=1")',
[ 'mode' => 'link' ],
[
'mode' => 'link',
'class' => 'mrgn_lft_20px ',
],
true
);
}