diff --git a/src/backend/InvenTree/build/models.py b/src/backend/InvenTree/build/models.py index f5530f074d..fadf460d5c 100644 --- a/src/backend/InvenTree/build/models.py +++ b/src/backend/InvenTree/build/models.py @@ -871,6 +871,7 @@ class Build( part=self.part, build=self, batch=batch, + location=location, is_building=True )