Bug 21301: Remove patron informations in reserves for GetRecords ILS-DI service
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 3 Oct 2019 13:43:56 +0000 (15:43 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Jan 2021 10:17:33 +0000 (11:17 +0100)
commit37c042b9f3d3c307dac8e9205c65227e3c956ee3
treefbbb05280ef85b90b5d118bb49f8c2c00b9c697a
parent8ae0ef6eb529cb866914ee8cffba469a9486a53c
Bug 21301: Remove patron informations in reserves for GetRecords ILS-DI service

Actually, the GetRecords service gives many information :
borrowernumber (reserves field)

The issue data should not be sent by these service, its a privacy problem.

Test plan :
1) Enable ILS-DI webservice
2) Place hold on an item
3) Go to {opac}/cgi-bin/koha/ilsdi.pl?service=GetRecords&id={biblionumber}
4) Check the reserves tag content

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/ILSDI/Services.pm