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 )