https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31303
--- Comment #2 from David Cook <[email protected]> --- I reckon koha-testing-docker is created from kohastructure.sql and then uses the koha-testing-docker scripts to populate from there. So really... this just means that any new Koha instance won't work because it's missing this circulation rule. Koha shouldn't need this circulation rule to be set, to the problem is with Koha::Hold::cancellation_requestable_from_opac which uses method chaining when it shouldn't. I'd say the fix here is probably to just remove the method chaining from Koha::Hold::cancellation_requestable_from_opac. Should be easy peasy lemon squeezy. -- 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/
