From 38b6e8afe1477a4afbed99cca1983b9be6b4478f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 9 Apr 2018 13:03:47 -0300 Subject: [PATCH] Bug 19287: Use the notice defined for the homebranch of the patron Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- circ/pendingreserves.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/pendingreserves.pl b/circ/pendingreserves.pl index cb82ffc1a1..6f47a31572 100755 --- a/circ/pendingreserves.pl +++ b/circ/pendingreserves.pl @@ -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 => $library->branchcode, # FIXME Is it what we want? + branchcode => $patron->homebranch, lang => $patron->lang, tables => { branches => $library->branchcode, -- 2.39.5