Bugzilla – Attachment 117250 Details for
Bug 12224
Allow easy printing of patron check-in slip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12224: (QA follow-up) Ensure patron language is respected
Bug-12224-QA-follow-up-Ensure-patron-language-is-r.patch (text/plain), 1.03 KB, created by
Martin Renvoize (ashimema)
on 2021-02-24 12:25:42 UTC
(
hide
)
Description:
Bug 12224: (QA follow-up) Ensure patron language is respected
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-24 12:25:42 UTC
Size:
1.03 KB
patch
obsolete
>From 067da68331c2502dd8a008f59f9142debcc3e30a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 24 Feb 2021 10:21:36 +0000 >Subject: [PATCH] Bug 12224: (QA follow-up) Ensure patron language is respected > >Things have moved on a bit since this code was first written, we now >expect a 'lang' parameter passed into GetPrepparedLetter to allow for >translated notices. > >Simple fix, so a quick QA follow-up will suffice :) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > members/printslip.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/members/printslip.pl b/members/printslip.pl >index 368788de95..da6ed8130f 100755 >--- a/members/printslip.pl >+++ b/members/printslip.pl >@@ -105,6 +105,7 @@ if ( $print eq 'checkinslip' ) { > module => 'circulation', > letter_code => 'CHECKINSLIP', > branchcode => $checkinslip_branch, >+ lang => $patron->lang, > tables => { > branches => $checkinslip_branch, > 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 12224
:
28194
|
29693
|
41819
|
41820
|
44574
|
44576
|
44582
|
44584
|
91476
|
91477
|
91478
|
96970
|
96972
|
110308
|
110395
|
110396
|
110403
|
110404
|
110516
|
110529
|
110530
|
110531
|
110576
|
110577
|
110578
|
114121
|
114122
|
114123
|
114124
|
116135
|
116482
|
116485
|
116486
|
116487
|
116488
|
116489
|
117245
|
117246
|
117247
|
117248
|
117249
|
117250
|
117620
|
117812
|
117813
|
117814
|
117815
|
117816
|
117817
|
117818
|
117819