Bugzilla – Attachment 186687 Details for
Bug 40586
opac-user, holds-table.inc: Include on order status when item.notforloan < 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40586: (QA follow-up) Add comment about effective notforloan status
Bug-40586-QA-follow-up-Add-comment-about-effective.patch (text/plain), 1.52 KB, created by
Jonathan Druart
on 2025-09-22 12:48:09 UTC
(
hide
)
Description:
Bug 40586: (QA follow-up) Add comment about effective notforloan status
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-09-22 12:48:09 UTC
Size:
1.52 KB
patch
obsolete
>From c1b5af53f3e70c238abaa70cc49711e48aab0d16 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 17 Sep 2025 14:54:54 +0200 >Subject: [PATCH] Bug 40586: (QA follow-up) Add comment about effective > notforloan status > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 9c869c75cfe..1bafd09778d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -172,7 +172,7 @@ > [% ELSE %] > [% IF HOLD.itemtype %] > <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span> >- [% ELSIF HOLD.item && HOLD.item.notforloan < 0 %] >+ [% ELSIF HOLD.item && HOLD.item.notforloan < 0 # no need for effective_not_for_loan_status when testing < 0 %] > <span>Pending ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => HOLD.item.notforloan ) %])</span> > [% ELSE %] > <span>Pending</span> >-- >2.34.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 40586
:
185097
|
185098
|
185808
|
186533
|
186686
| 186687