Bugzilla – Attachment 125573 Details for
Bug 29148
Holds to Pull doesn't reflect item-level holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29148: Check if hold is item or bib level
Bug-29148-Check-if-hold-is-item-or-bib-level.patch (text/plain), 1.44 KB, created by
Biblibre Sandboxes
on 2021-09-30 23:28:40 UTC
(
hide
)
Description:
Bug 29148: Check if hold is item or bib level
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2021-09-30 23:28:40 UTC
Size:
1.44 KB
patch
obsolete
>From aa70025ff3580be5c8d27e52d88d9d521433d135 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 30 Sep 2021 22:11:32 +0000 >Subject: [PATCH] Bug 29148: Check if hold is item or bib level > >To test: >1 - place an item level hold, it says: [one of the barcodes] or any available >2 - place a bib level hold, it says: [one of the barcodes] or any available >3 - Apply patch >4 - item level hold should say: Only [barcode] >5 - bib level hold should say: [one of the barcodes] or any available > >Signed-off-by: Azucena <Azucena.Aguayo@uvu.edu> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index d3e9c82764..9f6f8fe478 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -126,7 +126,7 @@ > <td> > [% IF ( hold_info.barcodes.size ) %] > [% SET barcode = hold_info.barcodes.first %] >- [% IF ( hold_info.itemnumber ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %] >+ [% IF ( hold_info.item ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %] > [% END %] > </td> > <td> >-- >2.20.1
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 29148
:
125566
|
125572
|
125573
|
125664