Skip to content
Snippets Groups Projects
Commit c706c416 authored by SNA's avatar SNA
Browse files

FIX #5084 disactivate modif status in detail

parent a715d8d1
No related branches found
No related tags found
No related merge requests found
...@@ -95,9 +95,9 @@ ...@@ -95,9 +95,9 @@
$toolbarBagde_script = $_SESSION['config']['businessappurl'] . 'index.php?display=true&module=visa&page=load_toolbar_visa&origin=parent&resId='.$res_id.'&collId='.$coll_id; $toolbarBagde_script = $_SESSION['config']['businessappurl'] . 'index.php?display=true&module=visa&page=load_toolbar_visa&origin=parent&resId='.$res_id.'&collId='.$coll_id;
$js .='loadToolbarBadge(\'visa_tab\',\''.$toolbarBagde_script.'\');'; $js .='loadToolbarBadge(\'visa_tab\',\''.$toolbarBagde_script.'\');';
if ($_POST['fromDetail'] == "Y") { /*if ($_POST['fromDetail'] == "Y") {
$visa->setStatusVisa($res_id, $coll_id); $visa->setStatusVisa($res_id, $coll_id);
} }*/
echo "{status : 1, exec_js : '".addslashes($js)."'}"; echo "{status : 1, exec_js : '".addslashes($js)."'}";
exit(); exit();
......
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