2011-02-21 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_agente.php: fixed the search/filter in the agent view, uncomment line...I didn't know the reason by this line was comment. Fixes: #3175137 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3967 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
11098a76f8
commit
5ab8347a52
|
@ -1,3 +1,11 @@
|
||||||
|
2011-02-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* operation/agentes/estado_agente.php: fixed the search/filter in the
|
||||||
|
agent view, uncomment line...I didn't know the reason by this line
|
||||||
|
was comment.
|
||||||
|
|
||||||
|
Fixes: #3175137
|
||||||
|
|
||||||
2011-02-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-02-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* functions_ui.php: Fixed a graphical error displaying action list.
|
* functions_ui.php: Fixed a graphical error displaying action list.
|
||||||
|
|
|
@ -223,7 +223,7 @@ else {
|
||||||
$total_agents = 0;
|
$total_agents = 0;
|
||||||
$agents = false;
|
$agents = false;
|
||||||
if (! empty ($agent_names)) {
|
if (! empty ($agent_names)) {
|
||||||
$total_agents = get_agents (array (//'id_agente' => array_keys ($agent_names),
|
$total_agents = get_agents (array ('id_agente' => array_keys ($agent_names),
|
||||||
'order' => 'nombre ASC',
|
'order' => 'nombre ASC',
|
||||||
'disabled' => 0,
|
'disabled' => 0,
|
||||||
'id_grupo' => $groups),
|
'id_grupo' => $groups),
|
||||||
|
|
Loading…
Reference in New Issue