https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36313 --- Comment #19 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- (In reply to Jonathan Druart from comment #16)
(In reply to Emmi Takkinen from comment #15)
(In reply to Olivier Hubert from comment #9)
We are having the same symptom, e.g. a 500 error when checking in / checking out. However, instead of an error with the database, we have the following in the Apache error log:
Undefined subroutine &C4::Circulation::CheckReserves called at /[path to koha]/C4/Circulation.pm line 1179.
Were you able to solve what caused this error? I'm currently facing the same problem in my development environment.
Do you have the problem using ktd? If so, which steps can I use to recreate it?
I'm using git installation with a freshly installed database and this happens every time I try to check out or check in any item. When I check out, the error happens in C4/Circulation.pm line 1179 as Olivier said. When I check in it's in C4/Circulation.pm line 2435. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.