[Koha-bugs] [Bug 15131] Give SCO separate control for AllowItemsOnHoldCheckout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 10 22:44:27 CEST 2016


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

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Sorry, I forgot to add the steps to test this patchset!

To test, you need to:
- Apply the patches on master
- Run:
  $ sudo koha-upgrade-schema kohadev
=> SUCCESS: Verify that AllowItemsOnHoldCheckoutSCO is set to the same value
AllowItemsOnHoldCheckout was set
- Have an item that fills a hold
- Set AllowItemsOnHoldCheckoutSCO to "Don't allow"
- Try doing a checkout on the item, from the SCO interface
=> SUCCESS: You cannot.
- Set AllowItemsOnHoldCheckout to "Allow"
- Try doing a checkout on the item, from the SCO interface
=> SUCCESS: You cannot. The sysprefs are decoupled now.
- Set AllowItemsOnHoldCheckoutSCO to "Allow"
- Try doing a checkout on the item, from the SCO interface
=> SUCCESS: You can.
- Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list