X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_codes.php;h=892c0a359d42a01520cb78d05a4bfa70ce616788;hb=0d2cbe658742c6d7ed2eb09dab0abc6ee4dd1f74;hp=d423b9211ae7d5b3d689915ce3772537ad25eac0;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index d423b921..892c0a35 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -103,7 +103,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 : Manufcatured item visible +echo stock_items_list('stock_id', $_POST['stock_id'], false, true); +//echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true); echo "
";