From 33fe4d186d375ce1f4d1108297a3444b20d9217d Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 24 Jul 2019 19:48:37 +1000 Subject: [PATCH] Include more fields when splitting stock --- InvenTree/stock/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/stock/models.py b/InvenTree/stock/models.py index 4f4c74d6a2..359e9a0115 100644 --- a/InvenTree/stock/models.py +++ b/InvenTree/stock/models.py @@ -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 )