diff --git a/frepple/controllers/inbound.py b/frepple/controllers/inbound.py index 6554fa0..305cb76 100644 --- a/frepple/controllers/inbound.py +++ b/frepple/controllers/inbound.py @@ -161,7 +161,7 @@ def run(self): "|", ("date_end", "=", False), ("date_end", ">=", datetime.now()), - ("type_id.name", "=", "Blanket Order"), + ("requisition_type", "=", "blanket_order"), ("state", "=", "ongoing"), ] )