New ChaNGELOG.txt and empty.po
[fa-stable.git] / inventory / inquiry / stock_status.php
index d3d8781a05836e5e7cd7b87239585b9aba93dd5b..459d75cd48d23592c00307ec35da885af54e056e 100644 (file)
@@ -39,7 +39,7 @@ if (!isset($_POST['stock_id']))
        $_POST['stock_id'] = get_global_stock_item();
 
 echo "<center> " . _("Item:"). " ";
-echo stock_items_list('stock_id', $_POST['stock_id'], false, true);
+echo stock_costable_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)
 {