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

FIX #5161 clean session stockChecBox

parent b7d8e44d
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ function get_form_txt($values, $path_manage_action, $id_action, $table, $module ...@@ -69,6 +69,7 @@ function get_form_txt($values, $path_manage_action, $id_action, $table, $module
//INITIALIZE //INITIALIZE
$frm_str = ''; $frm_str = '';
$_SESSION['stockCheckbox']= '';
unset($_SESSION['m_admin']['contact']); unset($_SESSION['m_admin']['contact']);
$_SESSION['req'] = "action"; $_SESSION['req'] = "action";
$res_id = $values[0]; $res_id = $values[0];
......
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