Bug 19287: (follow-up) Use the notice defined for the library of the patron

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2018-05-24 10:09:36 -03:00
parent aa3a2943f6
commit 21c81528a8

View file

@ -71,7 +71,7 @@ if ( $op eq 'cancel_reserve' and $reserve_id ) {
my $letter = C4::Letters::GetPreparedLetter(
module => 'reserves',
letter_code => 'CANCEL_HOLD_ON_LOST',
branchcode => $patron->homebranch,
branchcode => $patron->branchcode,
lang => $patron->lang,
tables => {
branches => $library->branchcode,