@@ -, +, @@ patron --- circ/pendingreserves.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/pendingreserves.pl +++ a/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, --