More Improvements in Costing Valuations, Chaitanya.
[fa-stable.git] / inventory / purchasing_data.php
index 1969cf93f2c0aeb9aeb5ee1cbca8afbadc602724..f85bc089e29f47175155cb7442129f7729e4d5b9 100644 (file)
@@ -99,7 +99,9 @@ if (!isset($_POST['stock_id']))
        $_POST['stock_id'] = get_global_stock_item();
 
 echo "<center>" . _("Item:"). "&nbsp;";
-echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true);
+//Chaitanya : All items can be purchased\r
+echo stock_items_list('stock_id', $_POST['stock_id'], false, true);\r
+//echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true);\r
 
 echo "<hr></center>";