Rerun. Layout miss.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 09:58:48 +0000 (10:58 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 1 Nov 2011 09:58:48 +0000 (10:58 +0100)
inventory/inquiry/stock_status.php

index 9d4c4b99fcb8acea868327ee053b27ae8384e832..b6965d2961c78602852f29db014ef7ac9d65eb5b 100644 (file)
@@ -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>";