15 Jan
2022
15 Jan
'22
5:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869 --- Comment #27 from Jonathan Druart <jonathan.druart+koha@gmail.com> ---
C4::Reserves::_FixPriority({ biblionumber => $self->biblionumber });
Calling a C4 method from Koha is bad. Calling a private method from outside the module is very bad. Calling a private C4 method from Koha is very very bad... -- You are receiving this mail because: You are watching all bug changes.