projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a0f8de
)
Rerun. Layout miss.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 09:58:48 +0000
(10:58 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 09:58:48 +0000
(10:58 +0100)
inventory/inquiry/stock_status.php
patch
|
blob
|
history
diff --git
a/inventory/inquiry/stock_status.php
b/inventory/inquiry/stock_status.php
index 9d4c4b99fcb8acea868327ee053b27ae8384e832..b6965d2961c78602852f29db014ef7ac9d65eb5b 100644
(file)
--- a/
inventory/inquiry/stock_status.php
+++ b/
inventory/inquiry/stock_status.php
@@
-42,9
+42,11
@@
if (!@$_GET['popup'])
if (!isset($_POST['stock_id']))
$_POST['stock_id'] = get_global_stock_item();
-echo "<center> " . _("Item:"). " ";
if (!@$_GET['popup'])
+{
+ echo "<center> " . _("Item:"). " ";
echo stock_costable_items_list('stock_id', $_POST['stock_id'], false, true);
+}
echo "<br>";
echo "<hr></center>";