Bug 22597: Remove "more_subfields_xml" from GetPatronInfo response
authorArthur Suzuki <arthur.suzuki@biblibre.com>
Wed, 27 Mar 2019 14:49:04 +0000 (15:49 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 25 Apr 2019 13:10:51 +0000 (14:10 +0100)
commit83affe394dfb9c983f79045d43ace06f3daab65d
tree0a5e4e67a6949428e2aba1f72440a053a9b59a61
parent0d29ae30119e7f5be27c00afc4791ab4b2cbb627
Bug 22597: Remove "more_subfields_xml" from GetPatronInfo response

Test plan
1/ Set an item with some xml data in more_subfields_xml
2/ Issue this item to a borrower
3/ Query the webservice with GetPatronInfo methods and show_loans=1 params
4/ Check no <more_subfields_xml> tags are returned in the xml response from the webservice

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 73bc117b057bd5ea73c4075d586b644b0cafe00b)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/ILSDI/Services.pm