diff --git a/InvenTree/company/models.py b/InvenTree/company/models.py index 57be960365..a5fac00e7d 100644 --- a/InvenTree/company/models.py +++ b/InvenTree/company/models.py @@ -557,7 +557,6 @@ class SupplierPart(models.Model): get_price = common.models.get_price - def open_orders(self): """ Return a database query for PO line items for this SupplierPart, limited to purchase orders that are open / outstanding.