[Koha-bugs] [Bug 17005] REST API: add routes to list checkouts history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 5 13:57:17 CEST 2019


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

Michal Denar <black23 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #87442|0                           |1
        is obsolete|                            |
  Attachment #87443|0                           |1
        is obsolete|                            |
  Attachment #87444|0                           |1
        is obsolete|                            |

--- Comment #39 from Michal Denar <black23 at gmail.com> ---
Created attachment 87447
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87447&action=edit
Bug 17005: Add checked_in checkouts to REST API response

This patch implements parameter 'checked_in' on checkouts endpoint to
enable getting circulation history.

Test plan:
1) Apply the patch and restart plack
2) Use your favorite REST API tester and play with /checkouts endpoint:
    - use it without checked_in parameter
    - use checked_in=1 for getting returned checkouts

Signed-off-by: Michal Denar <black23 at gmail.com>

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


More information about the Koha-bugs mailing list