https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3492 --- Comment #73 from Jonathan Druart <jonathan.druart@gmail.com> --- Could not compile /kohadevbox/koha/reserve/request.pl: "GetReserveFee" is not exported by the C4::Reserves module Can't continue after import errors at /kohadevbox/koha/reserve/request.pl line 36. % git grep GetReserveFee reserve/request.pl: qw( AlterPriority ToggleLowestPriority CanBookBeReserved GetMaxPatronHoldsForRecord CanItemBeReserved IsAvailableForItemLevelRequest GetReserveFee ); reserve/request.pl: $biblioloopiter{reserve_charge} = GetReserveFee( $patron->borrowernumber, $biblionumber ); reserve/request.pl: $template->param( reserve_charge => GetReserveFee( $borrowernumber_hold, $biblionumbers[0] ) ); -- You are receiving this mail because: You are watching all bug changes.