[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 Nov 17 15:06:33 CET 2017


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch doesn't apply         |In Discussion
                 CC|                            |tomascohen at gmail.com

--- Comment #20 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
This bug reproduces a design issue with our DB structure.

Checkouts and OldCheckouts are the same thing, they've just been splitted for
some reason (which leads to several problems). That said, I think this
functionality should be implemented in /checkouts. And there should be a
checked_in boolean for 'OldCheckouts'.

Once this is actually implemented on the DB, it will be simpler. In the
meantime, we can do it on the controller.

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


More information about the Koha-bugs mailing list