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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/