Skip to content
Snippets Groups Projects
Commit c07c76e5 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #5272 add click function if cat != outgoing

parent 15650e6e
No related branches found
No related tags found
No related merge requests found
...@@ -148,6 +148,8 @@ function get_form_txt($values, $path_manage_action, $id_action, $table, $module ...@@ -148,6 +148,8 @@ function get_form_txt($values, $path_manage_action, $id_action, $table, $module
$frm_str .= '</dd>'; $frm_str .= '</dd>';
$frm_str .= '<script>$$(\'#onglet_entrant\')[0].click();</script>'; $frm_str .= '<script>$$(\'#onglet_entrant\')[0].click();</script>';
}else{
$frm_str .= '<script>$$(\'#visa_tab\')[0].click();</script>';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment