From 32d34efd63ee84343e7c495bc84b170943080ba8 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 --- 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.11.0