Bugzilla – Attachment 168391 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 - Fix typo
Bug-37144---Fix-typo.patch (text/plain), 1.17 KB, created by
Laura Escamilla
on 2024-07-02 16:51:18 UTC
(
hide
)
Description:
Bug 37144 - Fix typo
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-02 16:51:18 UTC
Size:
1.17 KB
patch
obsolete
>From edd57c0aea7f15a958e2d9704224064807771f84 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 2 Jul 2024 15:43:02 +0000 >Subject: [PATCH] Bug 37144 - Fix typo > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index dd6eb5f214..bd9330f29c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -505,7 +505,7 @@ > r += $patron_to_html(row, { invert_name: 1 }); > [% END %] > r += '<br/>'; >- [% IF CAN_borrowers_view_contact_information %] >+ [% IF CAN_user_borrowers_view_contact_information %] > r += '<div class="address"><ul>'; > r += $format_address(row, { no_line_break: true, include_li: true }); > >-- >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