https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29869
--- Comment #28 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ 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/
