https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27544 Bug ID: 27544 Summary: Simplilfy /checkouts implementation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com Because of the 'checked_in' parameter, the list() method got too complex. It should be just using $c->objects->search instead, after cleaning that param from the validated parameters list. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.