Bugzilla – Attachment 190998 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: Add item barcode to hold waiting message
Bug-41539-Add-item-barcode-to-hold-waiting-message.patch (text/plain), 2.62 KB, created by
David Nind
on 2026-01-07 17:29:06 UTC
(
hide
)
Description:
Bug 41539: Add item barcode to hold waiting message
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-01-07 17:29:06 UTC
Size:
2.62 KB
patch
obsolete
>From f5d8215a58394c942c7fb83e7bbb923e3adc9a0a Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrew@bywatersolutions.com> >Date: Wed, 7 Jan 2026 17:18:25 +0000 >Subject: [PATCH] Bug 41539: Add item barcode to hold waiting message > >To test: >1 - have or create a waiting hold >2 - go to the patron's record, see your waiting hold is listed in the patron messages but does not include barcode >3 - apply patch, reload page >4 - confirm item barcode appears on both Check Out and Details pages, for holds waiting both at your current branch and at another branch > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 ++ > 1 file changed, 2 insertions(+) > >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 93ce0b53be..e44f37ec45 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -250,6 +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 %] >+ ([% w.item.barcode %]) > <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> >@@ -269,6 +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 %] >+ ([% w.item.barcode %]) > <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