Bugzilla – Attachment 191891 Details for
Bug 41539
Include item barcode in waiting hold message on patron record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41539: (follow-up) Add missing filters
Bug-41539-follow-up-Add-missing-filters.patch (text/plain), 2.49 KB, created by
Lucas Gass (lukeg)
on 2026-01-22 22:26:11 UTC
(
hide
)
Description:
Bug 41539: (follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-01-22 22:26:11 UTC
Size:
2.49 KB
patch
obsolete
>From d4084cb0c19a2b89bcaec9674aadfcefe4402286 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 22 Jan 2026 22:25:49 +0000 >Subject: [PATCH] Bug 41539: (follow-up) Add missing filters > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 4 ++-- > 1 file changed, 2 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 14d187475b0..e661464b4a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -250,7 +250,7 @@ > <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber | uri %]">[% w.biblio.title | html %]</a> > ([% 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 class="barcode">([% w.item.barcode %])</span> >+ <span class="barcode">([% w.item.barcode | html %])</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 %]. </strong> >@@ -270,7 +270,7 @@ > <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber | uri %]">[% w.biblio.title | html %]</a> > ([% 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 class="barcode">([% w.item.barcode %])</span> >+ <span class="barcode">([% w.item.barcode | html %])</span> > <span>Hold placed on [% w.reservedate | $KohaDates %].</span> > <br /> > <strong> [% SET expires_on = w.expirationdate %] Waiting at [% w.branch.branchname | html %] [% IF expires_on %]until [% expires_on | $KohaDates %][% END %] </strong> >-- >2.39.5
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 41539
:
190997
|
190998
|
191815
|
191816
| 191891