From c1b5af53f3e70c238abaa70cc49711e48aab0d16 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy 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 Signed-off-by: Jonathan Druart --- 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 %] Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]' - [% 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 %] Pending ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => HOLD.item.notforloan ) %]) [% ELSE %] Pending -- 2.34.1