Bugzilla – Attachment 169325 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 waiting holds
Bug-37144-Added-permission-to-waiting-holds.patch (text/plain), 1.86 KB, created by
Laura Escamilla
on 2024-07-22 17:13:25 UTC
(
hide
)
Description:
Bug 37144: Added permission to waiting holds
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-07-22 17:13:25 UTC
Size:
1.86 KB
patch
obsolete
>From 68f435f8db1d2d042222f5e6cf4240a5e27e1b57 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Mon, 22 Jul 2024 16:45:26 +0000 >Subject: [PATCH] Bug 37144: Added permission to waiting holds > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >index f654f50c29..eb799a6f39 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc >@@ -53,11 +53,13 @@ > <br />Barcode: [% reserveloo.item.barcode | html %] > </td> > <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% reserveloo.borrower.borrowernumber | uri %]">[% INCLUDE 'patron-title.inc' patron=reserveloo.borrower invert_name=1 no_title=1 %]</a> >+ [% IF CAN_user_borrowers_view_contact_information %] > [% IF ( reserveloo.borrower.phone ) %]<br /><span class="patron_phone">[% reserveloo.borrower.phone | html %]</span>[% END %] > [% IF ( reserveloo.borrower.notice_email_address ) %] > <span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]"> > [% reserveloo.borrower.notice_email_address | html %]</a></span> > [% END %] >+ [% END %] > </td> > <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td> > <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id ) %], [% reserveloo.desk.desk_name | html %][% 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