From 5b2e77d1988f31d99dc9c5c8674241e5bcc3cd3f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 22 May 2019 14:37:53 +0000 Subject: [PATCH] Bug 17698: (RM follow-up) Pass lang variable so letter can be translated Signed-off-by: Martin Renvoize --- opac/opac-issue-note.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/opac-issue-note.pl b/opac/opac-issue-note.pl index f97acdbd73..f61b33cd8f 100755 --- a/opac/opac-issue-note.pl +++ b/opac/opac-issue-note.pl @@ -74,6 +74,7 @@ if ( $action eq 'issuenote' && C4::Context->preference('AllowCheckoutNotes') ) { module => 'circulation', letter_code => 'CHECKOUT_NOTE', branchcode => $branch, + lang => $patron->lang, tables => { 'biblio' => $biblio->biblionumber, 'borrowers' => $borrowernumber, -- 2.20.1