#10869 removed the group_id from the url, in the detail agent filter

This commit is contained in:
Jorge Rincon 2023-04-25 10:19:30 +02:00
parent db2b2b796b
commit 1c41a91c14
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ $fields[AGENT_STATUS_NOT_NORMAL] = __('Not normal');
$fields[AGENT_STATUS_NOT_INIT] = __('Not init');
$searchForm = '';
$searchForm .= '<form method="post" action="?sec=view&sec2=operation/agentes/estado_agente&group_id='.$group_id.'">';
$searchForm .= '<form method="post" action="?sec=view&sec2=operation/agentes/estado_agente">';
$table = new stdClass();
$table->width = '100%';