From 21c81528a849d5f95159ec2638e3d480ced65b38 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 24 May 2018 10:09:36 -0300 Subject: [PATCH] Bug 19287: (follow-up) Use the notice defined for the library of the patron 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 2602dafd0c..7f03d88cc1 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 => $patron->homebranch, + branchcode => $patron->branchcode, lang => $patron->lang, tables => { branches => $library->branchcode, -- 2.20.1