https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30534 Bug ID: 30534 Summary: borrowers.guarantorid not present on database Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: REST API Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com CC: tomascohen@gmail.com The column was removed on bug 14570 (19.11) but the API mapping was inadvertedly kept. We should remove it. To test: - Try to filter a request by that attribute: http://kohadev-intra.myDNSname.org:8081/api/v1/patrons?guarantor_id=1 http://kohadev-intra.myDNSname.org:8081/api/v1/patrons?q={"guarantor_id"=1} => FAIL: You get a 500 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.