From 86c4a67bf36a4279712f86ef6b49641e491dc8d7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 26 Nov 2024 20:29:07 +1100 Subject: [PATCH] Add location when creating multiple serials (#8564) --- src/backend/InvenTree/build/models.py | 1 + 1 file changed, 1 insertion(+) 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 )