[Koha-bugs] [Bug 31303] Fatal error when viewing OPAC user account with waiting holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 8 07:02:13 CEST 2022


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

--- Comment #2 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list