Bug 21202: Replace C4::Items::GetItemsByBiblioitemnumber calls
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 6 Aug 2018 20:56:38 +0000 (17:56 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 30 Aug 2018 20:13:50 +0000 (20:13 +0000)
commit5d6efd4847cfb81ef9752f58e95ed761b50d13b4
treea8f73739c25f2b55fb0be93d24762891ce1dece9
parentc713e06e700e330db569b518bc426501d155e973
Bug 21202: Replace C4::Items::GetItemsByBiblioitemnumber calls

http://lists.koha-community.org/pipermail/koha-devel/2018-August/044757.html

Prior to this patch, GetRecords returned timestampX, cardX and borrowerX for
the last 3 patrons who checked out the items.

I have no idea if it is a desired effects but, as this code has been
there for a very long time (2005), I suspect it's not.
The "doc" (/ilsdi.pl?service=Describe&verb=GetRecords) does not say
anything about the checkouts info.

Test plan:
hit /ilsdi.pl?service=GetRecords&id=1
and confirm the info about items are displayed correctly

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/ILSDI/Services.pm
C4/Items.pm