Merge branch 'ent-11510-vista-de-inventario-hace-el-filtrado-antes-de-escoger-todos-los-campos' into 'develop'
Ent 11510 vista de inventario hace el filtrado antes de escoger todos los campos See merge request artica/pandorafms!6402
This commit is contained in:
commit
7c3cdd1d11
|
@ -675,7 +675,9 @@ $params['return'] = true;
|
|||
$params['show_helptip'] = true;
|
||||
$params['input_name'] = 'agent';
|
||||
$params['value'] = $inventory_agent;
|
||||
$params['javascript_is_function_select'] = true;
|
||||
$params['selectbox_id'] = 'module_inventory_general_view';
|
||||
// $params['javascript_is_function_select'] = true;
|
||||
// $params['javascript_function_action_after_select'] = 'this.form.submit';
|
||||
$params['use_hidden_input_idagent'] = true;
|
||||
$params['print_hidden_input_idagent'] = true;
|
||||
$params['hidden_input_idagent_id'] = 'hidden-autocomplete_id_agent';
|
||||
|
|
Loading…
Reference in New Issue