X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=f85bc089e29f47175155cb7442129f7729e4d5b9;hb=19d08aef75bd8960f1f0452303750ed0387fb1b8;hp=1969cf93f2c0aeb9aeb5ee1cbca8afbadc602724;hpb=0fe668eb4f4bc10b3f435929507aae51bd3c1917;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 1969cf93..f85bc089 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -99,7 +99,9 @@ if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); echo "
" . _("Item:"). " "; -echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true); +//Chaitanya : All items can be purchased +echo stock_items_list('stock_id', $_POST['stock_id'], false, true); +//echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true); echo "
";