Bugzilla – Attachment 115302 Details for
Bug 22752
Show item-level hold details for patrons when logged into their account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22752: Show if a placed hold is a record or item level in the patron account in the OPAC
Bug-22752-Show-if-a-placed-hold-is-a-record-or-ite.patch (text/plain), 1.77 KB, created by
David Nind
on 2021-01-19 10:39:27 UTC
(
hide
)
Description:
Bug 22752: Show if a placed hold is a record or item level in the patron account in the OPAC
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-01-19 10:39:27 UTC
Size:
1.77 KB
patch
obsolete
>From 3cc5de3f7aec6774a221afd9edbbc5af0d271f14 Mon Sep 17 00:00:00 2001 >From: Victoria Faafia <vfaafia29@gmail.com> >Date: Tue, 19 Jan 2021 03:45:28 +0000 >Subject: [PATCH] Bug 22752: Show if a placed hold is a record or item level in > the patron account in the OPAC > >Test Plan >1. Have a record with an item >2. You will need to set a hold through staff account (to import books > Cataloging>New from Z39.50/SRU> >3. Keyword(enter any keyword e.g pokemon) >4. tick library of congress >5. choose a title and click actions then import >6. 003 should be OSt >7. tab 9 koha item type can be books or whatever and press save >8. select the hold and place hold >9. on Koha OPAC click on your account and go to the holds and >underneath the title it should say Only item and the barcode > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index cf72809082..5ce8d5c187 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -58,6 +58,11 @@ > </strong> > [% END %] > [% HOLD.biblio.author | html %] >+ [% IF HOLD.item_level_hold %] >+ Only item [% HOLD.item.barcode %] >+ [% ELSE %] >+ Next available item >+ [% END %] > </td> > <td class="reservedate"> > <span title="[% HOLD.reservedate | html %]"> >-- >2.11.0
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 22752
:
115294
|
115302
|
115526
|
115527
|
115558