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

--- Comment #12 from David Gustafsson <glask...@gmail.com> ---
Ok, thanks for spotting that. The changes pertaining to CheckReserves have not
been moved to bug 31735. In Koha/Hold.pm now using the fully qualified sub name
for CheckResvere, there is a use line for C4::Reserves that can probably be
removed but keeping it not to cause further issue. For some reason imported
subroutines seems not to work inside of object methods so you are probably
right it would have crashed. Fixing the  formatting of
C4::Circulation::ReturnLostItem( $self->borrowernumber,
                    $debit->itemnumber );
feels like such a minor change that would hardly merit it's own bug report,
also noticed the if above is also incorrectly formatted. I can revert this
change though.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to