Implemented customizable authentication timeout.
[fa-stable.git] / purchasing / allocations / supplier_allocation_main.php
index 4c731d6ebbe4551f35f2dc2a947c56557f825dc2..2bef7bab9164ee09a0cdb9b518aad507c5786253 100644 (file)
@@ -25,15 +25,6 @@ if ($use_popup_windows)
        $js .= get_js_open_window(900, 500);
 page(_("Supplier Allocations"), false, false, "", $js);
 
-//--------------------------------------------------------------------------------
-if ($ret = context_restore()) {
-       if(isset($ret['supplier_id']))
-               $_POST['supplier_id'] = $ret['supplier_id'];
-}
-if (isset($_POST['_supplier_id_editor'])) {
-       context_call($path_to_root.'/purchasing/manage/suppliers.php?supplier_id='.$_POST['supplier_id'] );
-}
-
 //--------------------------------------------------------------------------------
 
 start_form();