Bug 24175: Use itemnumber when searching for holds in SIP drop_hold
authorNick Clemens <nick@bywatersolutions.com>
Wed, 4 Dec 2019 18:50:41 +0000 (18:50 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Dec 2019 10:56:35 +0000 (10:56 +0000)
commit09aa99391f0111f06f29b5cfb65ccfec2f1f538f
treebbb2533e4c4e5d6a5e73873af787bf4ee0be2fdf
parentc3a1a6b9ad0bcec770293f437b1bf594a2314801
Bug 24175: Use itemnumber when searching for holds in SIP drop_hold

To test:
1 - place a hold for a patron
2 - Get SIP running
    https://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
3 - edit the sip_cli_emulator.pl for hold_mode from '+' to '-'
4 - Attempt to cancel hold
5 - It fails
6 - Apply patch
7 - Try again
8 - It succeeds

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/SIP/ILS/Transaction/Hold.pm