]> git.koha-community.org Git - koha.git/commit
bug_7090: AllowItemsOnHandCheckout syspref
authorSrdjan Jankovic <srdjan@catalyst.net.nz>
Wed, 21 Dec 2011 08:26:30 +0000 (21:26 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 19:26:43 +0000 (14:26 -0500)
commit2266953a35f2e050b49066adf8f1da085e62be38
treeb2a43571cbfcfda9981acfba59c96cbdad07c905
parenteec9246f267e063bc1d3589a8303dcb1eb0de7fa
bug_7090: AllowItemsOnHandCheckout syspref

Observe AllowItemsOnHandCheckout syspref when using SIP self checkout

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
To test:
* place an item on hold for patron A
* attempt to circulate that item to patron B (via SIP/selfcheck)
syspref off: item should not circulate to patron B
Syspref On: item should circulate to patron B

Both conditions passed in our testing.
Also verified that normal staff client behavior regarding this situation was preserved. It was.

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
-backported to 3.6.x
C4/Circulation.pm
C4/SIP/ILS/Transaction/Checkout.pm
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
opac/sco/sco-main.pl