mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 02:25:38 +00:00
Add location when creating multiple serials (#8564)
This commit is contained in:
@ -871,6 +871,7 @@ class Build(
|
||||
part=self.part,
|
||||
build=self,
|
||||
batch=batch,
|
||||
location=location,
|
||||
is_building=True
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user