#12475 fixed alias agent

This commit is contained in:
Daniel Cebrian 2023-11-16 15:31:10 +01:00
parent e80b590214
commit 134da0c646
1 changed files with 1 additions and 1 deletions

View File

@ -1745,7 +1745,7 @@ function html_print_select_multiple_modules_filtered(array $data):string
'label' => __('Agents'),
'label_class' => 'font-title-font',
'type' => 'select_from_sql',
'sql' => 'SELECT `id_agente`,`nombre` FROM tagente',
'sql' => 'SELECT `id_agente`,`alias` FROM tagente',
'name' => 'filtered-module-agents-'.$uniqId,
'selected' => explode(',', $data['mAgents']),
'return' => true,