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,
supplier_part=self.supplier_part,
location=self.location,
notes=self.notes,
URL=self.URL,
batch=self.batch,
delete_on_deplete=self.delete_on_deplete
)