Bugzilla – Attachment 164854 Details for
Bug 36595
Add patron email to the holds queue table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36595: Updated to add mailto: -- Add patron email to the holds queue table
Bug-36595-Updated-to-add-mailto----Add-patron-emai.patch (text/plain), 2.16 KB, created by
Owen Leonard
on 2024-04-12 15:24:43 UTC
(
hide
)
Description:
Bug 36595: Updated to add mailto: -- Add patron email to the holds queue table
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-04-12 15:24:43 UTC
Size:
2.16 KB
patch
obsolete
>From a943e8fecab83319bd53a380f351ec9553dde1f5 Mon Sep 17 00:00:00 2001 >From: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 12 Apr 2024 15:05:11 +0000 >Subject: [PATCH] Bug 36595: Updated to add mailto: -- Add patron email to the > holds queue table >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1. Make sure that the system preference âHidePatronNameâ is set to > âShowâ >2. Select a patron that has a primary email address set in their > contact information. > 1. Place a hold for that patron >3. Build the holds queue: perl /kohadevbox/koha/misc/cronjobs/holds/build_holds_queue.pl >4. Check the holds queue and notice that the patron column includes the > patronâs email >5. Click on the hyperlinked email. It will open a new email with the > subject of "Hold item: (your biblio title)" >6. Disable the âHidePatronNameâ system preference > 1. Check the holds queue again and notice that no contact > information can be seen for the patron >7. Sign off and have an amazing day :D > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 1 + > 1 file changed, 1 insertion(+) > >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 49f23421253..438dda14609 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 >@@ -211,6 +211,7 @@ > </p> > [% UNLESS Koha.Preference('HidePatronName') %] > <p>[% itemsloo.patron.phone | html %]</p> >+ <p class="patron-email"><a href="mailto:[% itemsloo.patron.email | uri %]?subject=[% "Hold item: " | uri %][% itemsloo.title | uri %]">[% itemsloo.patron.notice_email_address | html %]</a></p> > [% END %] > </td> > <td class="hq-patroncategory">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td> >-- >2.30.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 36595
:
164841
|
164851
|
164854
|
166626
|
169518
|
169701
|
169738
|
171460