]> git.koha-community.org Git - koha.git/commit
Bug 18317: Allow check out of already checked out items through SIP
authorDavid Cook <dcook@prosentient.com.au>
Mon, 19 Jul 2021 04:16:44 +0000 (04:16 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Jul 2024 13:48:07 +0000 (15:48 +0200)
commit8c561d950f511423f88da9917aa44325f244ab39
treeeed4eca17d5af2187c6b2abffcae28d067eac1db
parenta6457c14aad50ad3d1b0a855f0ce0875500f432e
Bug 18317: Allow check out of already checked out items through SIP

This patch allows checkouts to be processed via SIP even when
the item is already checked out to a user.

Test plan:
0) Apply the patch
1) koha-sip --stop kohadev
2) koha-sip --start kohadev
3) misc/sip_cli_emulator.pl -a localhost -p 6001 -l CPL -su term1 -sp term1 -m checkout --patron koha --item 39999000001310
4) misc/sip_cli_emulator.pl -a localhost -p 6001 -l CPL -su term1 -sp term1 -m checkout --patron 23529000035676 --item 39999000001310
5) Note the output includes "AFItem checked out to another patron"
6) Enable system preference "AllowItemsOnLoanCheckoutSIP"
7) misc/sip_cli_emulator.pl -a localhost -p 6001 -l CPL -su term1 -sp term1 -m checkout --patron 23529000035676 --item 39999000001310
8) Note the output no longer includes "AFItem checked out to another patron" and the item has been checked out to patron 23529000035676

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/SIP/ILS.pm
C4/SIP/ILS/Transaction/Checkout.pm
installer/data/mysql/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref