https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37791 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 170903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170903&action=edit Bug 37791: Fix 'Biblio not found' messages on the API This patch fixes some API-related cases of 'Biblio' terminology incorrectly used. To test: 1. Run: $ ktd --shell k$ git grep 'Biblio not found' => FAIL: Several occurences 2. Run: k$ git grep 'render_resource_not_found("Biblio")' => FAIL: Several occurences 3. Apply this patches 4. Repeat 1 and 2 => SUCCESS: No more occurences! 5. Run: k$ prove t/db_dependent/api/v1/ => SUCCESS: Tests pass! 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.