15 Jan
2022
15 Jan
'22
11:38 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869 --- Comment #28 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #27)
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...
I copied what was done in ->cancel. Moving _FixPriority to Koha::* is a good thing to do. -- You are receiving this mail because: You are watching all bug changes.