Removed SERVER REQUEST_METHOD setting
[fa-stable.git] / inventory / manage / items.php
index 4254ea6eab28bfad8a9279274a97be7ff60efed8..8c11d45de55a99fa2873483c324ed6344d1cccfa 100644 (file)
@@ -462,13 +462,11 @@ tabbed_content_start('tabs', array(
                case 'movement':
                        $_GET['stock_id'] = $stock_id;
                        $_GET['popup'] = 1;
-                       $_SERVER['REQUEST_METHOD'] = 'GET';                     
                        include_once($path_to_root."/inventory/inquiry/stock_movements.php");
                        break;
                case 'status':
                        $_GET['stock_id'] = $stock_id;
                        $_GET['popup'] = 1;
-                       $_SERVER['REQUEST_METHOD'] = 'GET';                     
                        include_once($path_to_root."/inventory/inquiry/stock_status.php");
                        break;
        };