mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-08 08:18:50 +00:00
Include more fields when splitting stock
This commit is contained in:
parent
e55d59ebf1
commit
33fe4d186d
@ -377,6 +377,8 @@ class StockItem(models.Model):
|
|||||||
quantity=quantity,
|
quantity=quantity,
|
||||||
supplier_part=self.supplier_part,
|
supplier_part=self.supplier_part,
|
||||||
location=self.location,
|
location=self.location,
|
||||||
|
notes=self.notes,
|
||||||
|
URL=self.URL,
|
||||||
batch=self.batch,
|
batch=self.batch,
|
||||||
delete_on_deplete=self.delete_on_deplete
|
delete_on_deplete=self.delete_on_deplete
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user