Bugzilla – Attachment 125566 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 reserves.item_level_hold in Holds to Pull
Bug-29148-Check-reservesitemlevelhold-in-Holds-to-.patch (text/plain), 1.32 KB, created by
Andrew Fuerste-Henry
on 2021-09-30 18:23:51 UTC
(
hide
)
Description:
Bug 29148: Check reserves.item_level_hold in Holds to Pull
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2021-09-30 18:23:51 UTC
Size:
1.32 KB
patch
obsolete
>From 9a251f4042dcbebe37c48e14b89b7994c35cdef9 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >Date: Thu, 30 Sep 2021 18:20:56 +0000 >Subject: [PATCH] Bug 29148: Check reserves.item_level_hold in Holds to Pull > >To test: >1 - place an item level hold >2 - go to Holds to Pull, see it shows "[barcode] or any available" >3- apply patch, restart >4- reload Holds to Pull, see it shows "only [barcode]" >--- > 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..5156abfcda 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_level_hold=1 ) %]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