#12005 Fix service wizard

This commit is contained in:
miguel angel rasteu 2023-09-21 11:40:32 +02:00
parent 963664c1d8
commit 478c45963e
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,