Removed SERVER REQUEST_METHOD setting
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 2 Nov 2011 13:52:53 +0000 (14:52 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 2 Nov 2011 13:52:53 +0000 (14:52 +0100)
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;
        };