projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b46ca4
)
Removed SERVER REQUEST_METHOD setting
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 2 Nov 2011 13:52:53 +0000
(14:52 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Wed, 2 Nov 2011 13:52:53 +0000
(14:52 +0100)
inventory/manage/items.php
patch
|
blob
|
history
diff --git
a/inventory/manage/items.php
b/inventory/manage/items.php
index 4254ea6eab28bfad8a9279274a97be7ff60efed8..8c11d45de55a99fa2873483c324ed6344d1cccfa 100644
(file)
--- a/
inventory/manage/items.php
+++ b/
inventory/manage/items.php
@@
-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;
};