https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24553

Andrew Fuerste-Henry <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99593|0                           |1
        is obsolete|                            |

--- Comment #8 from Andrew Fuerste-Henry <[email protected]> ---
Created attachment 100892
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100892&action=edit
Bug 24553: Use 'barcode' not 'item_id' when removing hold from SIP patron

The drop_hold routine was using the wrong parameter for item info in the
patron's
array of holds. We store it as 'barcode' not 'item_id'. This is true for both
waiting and unavailable
holds

To test:
1 - Apply unit tests patch
2 - prove -v t/db_dependent/SIP/ILS.t
3 - It fails
4 - Apply second patch
5 - prove -v t/db_dependent/SIP/ILS.t
6 - It passes!

You can also see bug 24175 - you cna hack sip_cli_emulator to allow cancelling
a hold
and check the messages, test coverage is improved by this patch and should be
sufficient
for testing

Signed-off-by: Andrew Fuerste-Henry <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to