#12005 Fix service wizard
This commit is contained in:
parent
963664c1d8
commit
478c45963e
|
@ -1745,7 +1745,7 @@ function html_print_select_multiple_modules_filtered(array $data):string
|
||||||
'label' => __('Agents'),
|
'label' => __('Agents'),
|
||||||
'label_class' => 'font-title-font',
|
'label_class' => 'font-title-font',
|
||||||
'type' => 'select_from_sql',
|
'type' => 'select_from_sql',
|
||||||
'sql' => 'SELECT `id_agente`,`nombre` FROM tagente',
|
'sql' => 'SELECT `id_agente`,`alias` FROM tagente',
|
||||||
'name' => 'filtered-module-agents-'.$uniqId,
|
'name' => 'filtered-module-agents-'.$uniqId,
|
||||||
'selected' => explode(',', $data['mAgents']),
|
'selected' => explode(',', $data['mAgents']),
|
||||||
'return' => true,
|
'return' => true,
|
||||||
|
|
Loading…
Reference in New Issue