mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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,
|
||||
supplier_part=self.supplier_part,
|
||||
location=self.location,
|
||||
notes=self.notes,
|
||||
URL=self.URL,
|
||||
batch=self.batch,
|
||||
delete_on_deplete=self.delete_on_deplete
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user