diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index e64dcce1c7..7bf6ff4e29 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -49,6 +49,10 @@
This stock item is serialized - it has a unique serial number and the quantity cannot be adjusted.
+ {% elif item.delete_on_deplete %} +
+ This stock item will be automatically deleted when all stock is depleted. +
{% endif %}