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

--- Comment #73 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to