mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Add location when creating multiple serials (#8564)
This commit is contained in:
parent
708af682e7
commit
86c4a67bf3
@ -871,6 +871,7 @@ class Build(
|
|||||||
part=self.part,
|
part=self.part,
|
||||||
build=self,
|
build=self,
|
||||||
batch=batch,
|
batch=batch,
|
||||||
|
location=location,
|
||||||
is_building=True
|
is_building=True
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user