diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index b650f5b33b..8cbae62fec 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -102,7 +102,7 @@

Available Stock

-

{{ part.net_stock }} {{ part.units }}

+

{{ part.available_stock }} {{ part.units }}

In Stock