X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Freorder_level.php;h=25e849554dbba04f5aae19a4105979687c7cfbc4;hb=a71350aae19e5abbfdac6b0552664897f98c5557;hp=49f5f5ca12f5abc8f0e41aa9817c2f4955de914d;hpb=877aa741346d3ac9c0bfffa90cbe10ed16f7c8f3;p=fa-stable.git diff --git a/inventory/reorder_level.php b/inventory/reorder_level.php index 49f5f5ca..25e84955 100644 --- a/inventory/reorder_level.php +++ b/inventory/reorder_level.php @@ -41,7 +41,7 @@ if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); echo "
" . _("Item:"). " "; -stock_costable_items_list('stock_id', $_POST['stock_id'], false, true); +echo stock_costable_items_list('stock_id', $_POST['stock_id'], false, true); echo "
";