Bugzilla – Attachment 143810 Details for
Bug 32185
Template error in opac-reserve.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32185: Fix template typo in opac-reserve.pl
Bug-32185-Fix-template-typo-in-opac-reservepl.patch (text/plain), 1.79 KB, created by
Katrin Fischer
on 2022-11-13 13:33:49 UTC
(
hide
)
Description:
Bug 32185: Fix template typo in opac-reserve.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-11-13 13:33:49 UTC
Size:
1.79 KB
patch
obsolete
>From 49af0e344dae7392ca49568168a9a6635e77c409 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 13 Nov 2022 13:31:44 +0000 >Subject: [PATCH] Bug 32185: Fix template typo in opac-reserve.pl > >This removes the %] showing for not for loan items disappear. > >To test: >* Create a record with multiple items, mark one 'not for loan' >* Place an item level request on this record in the OPAC >* Make sure you 'Show nonholdable items' >* Verify the %] shows in the column with the not for loan status >* Apply patch >* Verify display is now improved >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index 1a0f2cf6fa..61ae289193 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -452,7 +452,7 @@ > [% END %] > > [% IF ( itemLoo.notforloan ) %] >- <span class="notforloan">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemLoo.notforloan ) %] %])</span> >+ <span class="notforloan">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemLoo.notforloan ) %])</span> > [% END %] > > [% IF ( itemLoo.first_hold ) %] >-- >2.30.2
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 32185
: 143810