Bugzilla – Attachment 115558 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: (follow-up) Add style; Only show message about item-level holds
Bug-22752-follow-up-Add-style-Only-show-message-ab.patch (text/plain), 1.70 KB, created by
Owen Leonard
on 2021-01-21 15:17:53 UTC
(
hide
)
Description:
Bug 22752: (follow-up) Add style; Only show message about item-level holds
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-21 15:17:53 UTC
Size:
1.70 KB
patch
obsolete
>From adf49c961c1aa5a0d0b785bc44f1e46bc0271fc0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 21 Jan 2021 15:12:26 +0000 >Subject: [PATCH] Bug 22752: (follow-up) Add style; Only show message about > item-level holds > >I think it's generally assumed that a hold has, by default, been made at >the bibliographic level. I think it's sufficent to add a note for only >item-level holds. > >To test, apply the patch and log into the OPAC as a user who has >multiple holds, some at the bibliographic level and some at the item >level. > >- Go to Your summary --> Holds >- Confirm that any item-level hold has a note under the title: "Item on > hold <barcode>". >- The note should be on a new line and styled differently than the other > text. >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >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 dfa096141c..78735ba4a0 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -59,9 +59,7 @@ > [% END %] > [% HOLD.biblio.author | html %] > [% IF HOLD.item_level_hold %] >- Only item [% HOLD.item.barcode | html %] >- [% ELSE %] >- Next available item >+ <p class="hint">Item on hold: [% HOLD.item.barcode | html %]</p> > [% END %] > </td> > <td class="reservedate"> >-- >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