https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15131
--- Comment #4 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
