Bugzilla – Attachment 169333 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: Hide address in patron lists
Bug-37144-Hide-address-in-patron-lists.patch (text/plain), 1.62 KB, created by
Laura Escamilla
on 2024-07-22 17:13:43 UTC
(
hide
)
Description:
Bug 37144: Hide address in patron lists
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-22 17:13:43 UTC
Size:
1.62 KB
patch
obsolete
>From 500121df272a605368f29d636262ec4956cdc440 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 22 Jul 2024 17:04:42 +0000 >Subject: [PATCH] Bug 37144: Hide address in patron lists > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index b1c25bb0fa..60ec44124e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -200,11 +200,13 @@ > <td>[% p.borrowernumber.firstname | html %]</td> > <td>[% p.borrowernumber.surname | html %]</td> > <td> >+ [% IF (CAN_user_borrowers_view_contact_information) %] > [% p.borrowernumber.address | html %] > [% p.borrowernumber.address2 | html %] > [% p.borrowernumber.city | html %] > [% p.borrowernumber.state | html %] > [% p.borrowernumber.country | html %] >+ [% END %] > </td> > <td>[% p.borrowernumber.categorycode.description | html %] ([% p.borrowernumber.categorycode.categorycode | html %])</td> > <td>[% p.borrowernumber.branchcode.branchname | html %]</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