diff --git a/InvenTree/stock/models.py b/InvenTree/stock/models.py index 5bc56f4bc6..84942b215e 100644 --- a/InvenTree/stock/models.py +++ b/InvenTree/stock/models.py @@ -246,7 +246,6 @@ class StockItem(MPTTModel): self.serial_int = serial_int - def save(self, *args, **kwargs): """ Save this StockItem to the database. Performs a number of checks: