[Koha-bugs] [Bug 35353] Add API endpoint to fetch patron's previous holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 25 17:31:16 CET 2024


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

Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #163829|0                           |1
        is obsolete|                            |

--- Comment #10 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
Created attachment 163834
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=163834&action=edit
Bug 35353: Add REST API endpoint to retrieve old holds

Same as checkout but for holds, we need to provide a way to retrieve old
holds for a patron.

Test plan:
Create some holds for a patron, cancel and fulfill some, then use the
REST API endpoint with the new 'old' flag set to 1
  /api/v1/patrons/42/holds?old=1

Signed-off-by: Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com>

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


More information about the Koha-bugs mailing list