[Koha-bugs] [Bug 30109] Wrong interface in logs when renewing patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 14 19:55:48 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30109

--- Comment #4 from Nick Clemens <nick at bywatersolutions.com> ---
Still valid in master

To recreate:
1 - Sign in to staff client
2 - Checkout an item to a patron
3 - Stay on that page
4 - Hit the patrons API with a post request:

http://localhost:8081/api/v1/patrons
{
    "surname": "kidclamp",
    "library_id": "CPL",
    "category_id": "S"
}

5 - Check the box next to the checkout and 'Renew selected'
6 - Check the action logs - interface=api

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list