Bugzilla – Attachment 169328 Details for
Bug 37144
Add a subpermission for hiding patron contact information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37144: Added permission to holds queue
Bug-37144-Added-permission-to-holds-queue.patch (text/plain), 1.24 KB, created by
Laura Escamilla
on 2024-07-22 17:13:32 UTC
(
hide
)
Description:
Bug 37144: Added permission to holds queue
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-22 17:13:32 UTC
Size:
1.24 KB
patch
obsolete
>From a074795181db5e0a78860606735e82acb56b2e48 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 22 Jul 2024 16:53:43 +0000 >Subject: [PATCH] Bug 37144: Added permission to holds queue > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 3a88c14e87..2cfbcac9e7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -216,7 +216,7 @@ > <p> > [% INCLUDE 'patron-title.inc' invert_name=1 patron=itemsloo.patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %] > </p> >- [% UNLESS Koha.Preference('HidePatronName') %] >+ [% UNLESS Koha.Preference('HidePatronName') || !CAN_user_borrowers_view_contact_information %] > <p>[% itemsloo.patron.phone | html %]</p> > [% END %] > </td> >-- >2.39.2
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 37144
:
168282
|
168283
|
168284
|
168387
|
168388
|
168389
|
168390
|
168391
|
168392
|
168393
|
168394
|
168460
|
168463
|
169320
|
169321
|
169322
|
169323
|
169324
|
169325
|
169326
|
169327
| 169328 |
169329
|
169330
|
169331
|
169332
|
169333
|
169334