diff --git a/InvenTree/templates/email/low_stock_notification.html b/InvenTree/templates/email/low_stock_notification.html index 7b52ebc0cd..bc0a82fd23 100644 --- a/InvenTree/templates/email/low_stock_notification.html +++ b/InvenTree/templates/email/low_stock_notification.html @@ -25,7 +25,7 @@ {{ part.full_name }} {% decimal part.total_stock %} - {% part.available_stock %} - {% part.minimum_stock %} + {% decimal part.available_stock %} + {% decimal part.minimum_stock %} {% endblock %}