https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37533 Bug ID: 37533 Summary: Invalid query when receiving an order Change sponsored?: --- Product: Koha Version: 23.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: andreas.jonsson@kreablo.se QA Contact: testopia@bugs.koha-community.org There is an invalid query in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt var base_query = { "order_id": {"in": [[% multiple_orders | html %]]}}; It should be: var base_query = { "order_id": {"-in": [[% multiple_orders | html %]]}}; The validation introduced in bug 37018 will not allow the operator "in". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.