diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index 3c321d2b3d..820df63955 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -207,7 +207,7 @@ class Part(models.Model): """ Return True if this part needs to be restocked (either by purchasing or building). - If the allocated_stock exceeds the total_stock, + If the allocated_stock exceeds the total_stock, then we need to restock. """