Bugzilla – Attachment 154851 Details for
Bug 34626
Add waiting since date to holdswaiting patron message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34626: Add waitingdate to holdswaiting patron message
Bug-34626-Add-waitingdate-to-holdswaiting-patron-m.patch (text/plain), 2.07 KB, created by
Lucas Gass (lukeg)
on 2023-08-25 20:41:21 UTC
(
hide
)
Description:
Bug 34626: Add waitingdate to holdswaiting patron message
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-08-25 20:41:21 UTC
Size:
2.07 KB
patch
obsolete
>From 75f467f72a8865f72ad864c9b0848223c02affc7 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 25 Aug 2023 20:39:07 +0000 >Subject: [PATCH] Bug 34626: Add waitingdate to holdswaiting patron message > >To test: >1. Apply patch >2. Place 2 or more holds for a patron and trigger them so they are waiting holds. >3. Now go to both moremember.tt and circulation.tt for that patron. >4. Confirm that you now see a 'Waiting here since' message. >--- > .../intranet-tmpl/prog/en/includes/patron_messages.inc | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index e343f175c3..3a52c777c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -212,11 +212,14 @@ > ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), > [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] > [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] >- <span>Hold placed on [% w.reservedate | $KohaDates %].</span> >+ <span class="holddate">Hold placed on [% w.reservedate | $KohaDates %].</span> > <br /> > <strong class="waitinghere"> > [% SET expires_on = w.expirationdate %] >- Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %] >+ Waiting here [% IF expires_on %] until [% expires_on | $KohaDates %][% END %]. >+ </strong> >+ <strong class="waitingsince"> >+ Waiting here since [% w.waitingdate | $KohaDates %]. > </strong> > </li> > [% END %] >-- >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 34626
:
154851
|
155010