mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Include more fields when splitting stock
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user