Rerun of tax_groups.php
[fa-stable.git] / inventory / inquiry / stock_status.php
index cd468744eb2e5ebc9bd305f5d4707756e166e06d..1ccbca0db1d0273e3a1e5fc7a13ff48486b4803e 100644 (file)
@@ -15,9 +15,9 @@ include_once($path_to_root . "/includes/session.inc");
 
 if (isset($_GET['stock_id'])){
        $_POST['stock_id'] = $_GET['stock_id'];
-       page(_("Inventory Item Status"), true);
+       page(_($help_context = "Inventory Item Status"), true);
 } else {
-       page(_("Inventory Item Status"));
+       page(_($help_context = "Inventory Item Status"));
 }
 
 include_once($path_to_root . "/includes/date_functions.inc");
@@ -39,7 +39,7 @@ if (!isset($_POST['stock_id']))
        $_POST['stock_id'] = get_global_stock_item();
 
 echo "<center> " . _("Item:"). " ";
-stock_items_list('stock_id', $_POST['stock_id'], false, true);
+echo stock_items_list('stock_id', $_POST['stock_id'], false, true);
 echo "<br>";
 
 echo "<hr></center>";
@@ -58,7 +58,7 @@ if (is_service($mb_flag))
 
 $loc_details = get_loc_details($_POST['stock_id']);
 
-start_table($table_style);
+start_table(TABLESTYLE);
 
 if ($kitset_or_service == true)
 {