X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fmanage%2Fitem_codes.php;h=9fa68ebb43a813c4f252b4349d7f550909e3bd99;hb=e9ad9e87f5eb2682d2e91c93134250fd8a8d2ad9;hp=ffbd942c0192caf5ad9b99ce5f96047982ea0db4;hpb=cfd800ee093a96e799d53ad4a2c8ccb85c6f17cb;p=fa-stable.git diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index ffbd942c..9fa68ebb 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -102,9 +102,8 @@ if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); echo "
" . _("Item:"). " "; -//Chaitanya : Manufcatured item visible +//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 "
";