2
0
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:
Oliver Walters 2019-07-24 19:48:37 +10:00
parent e55d59ebf1
commit 33fe4d186d

View File

@ -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
) )