From 43ff3dd18903181a906c0bbb28e4585ca346d793 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 --- 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.11.0