From e23035d7ee875d5daa6c35b0512f2934afd5eddd 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 --- 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 f97acdb..f61b33c 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.1.4