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:
parent
aa3a2943f6
commit
21c81528a8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue