Bug 25650: Add location and itype descriptions in ILS-DI GetRecords
commit08ef42582fea11a4283a386ce6744939ee574e22
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 2 Jun 2020 07:27:02 +0000 (2 11:27 +0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 5 Nov 2020 14:24:20 +0000 (5 15:24 +0100)
tree79429c50d2fec927edaed486c772c1ed6ab6474e
parentf11659c48b55eefe02bd1e829b396cd68d8a105d
Bug 25650: Add location and itype descriptions in ILS-DI GetRecords

Test plan:
1. Create a record with an item, and set the item's shelving location
and itemtype.
2. Go to
http://<OPAC>/cgi-bin/koha/ilsdi.pl?service=GetRecords&id=<biblionumber>
3. Check that there is <itype_description> and <location_description>
and that their value is correct.

Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/ILSDI/Services.pm