Bugzilla – Attachment 90037 Details for
Bug 17698
Make patron notes show up on staff dashboard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17698: (RM follow-up) Pass lang variable so letter can be translated
Bug-17698-RM-follow-up-Pass-lang-variable-so-lette.patch (text/plain), 958 bytes, created by
Martin Renvoize (ashimema)
on 2019-05-23 15:21:14 UTC
(
hide
)
Description:
Bug 17698: (RM follow-up) Pass lang variable so letter can be translated
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-23 15:21:14 UTC
Size:
958 bytes
patch
obsolete
>From 5b2e77d1988f31d99dc9c5c8674241e5bcc3cd3f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 <martin.renvoize@ptfs-europe.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17698
:
57851
|
58779
|
58780
|
58786
|
59480
|
59638
|
59762
|
59778
|
59809
|
59828
|
59829
|
59957
|
61857
|
62337
|
62351
|
64662
|
64683
|
64835
|
71100
|
71126
|
71127
|
72875
|
72876
|
72877
|
73004
|
73005
|
73006
|
73839
|
73840
|
73841
|
74044
|
74193
|
75837
|
75838
|
75839
|
75840
|
75841
|
75842
|
76011
|
76012
|
76028
|
76029
|
76030
|
76031
|
76032
|
76033
|
76034
|
76035
|
76036
|
76037
|
89964
| 90037