Bugzilla – Attachment 109207 Details for
Bug 26281
Add cancellation reason to holds history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26281: (QA follow-up) Fix missing filter
Bug-26281-QA-follow-up-Fix-missing-filter.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2020-08-26 21:20:26 UTC
(
hide
)
Description:
Bug 26281: (QA follow-up) Fix missing filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-26 21:20:26 UTC
Size:
1.15 KB
patch
obsolete
>From 231afa07c5b6e0ec464a79a5f740f7e8f604b401 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 25 Aug 2020 12:45:58 +0000 >Subject: [PATCH] Bug 26281: (QA follow-up) Fix missing filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index 06c0cca049..c0d574a763 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -98,7 +98,7 @@ > [% ELSIF hold.cancellationdate %] > Cancelled > [% IF hold.cancellation_reason %] >- ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) %]) >+ ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) | html %]) > [% END %] > [% ELSIF hold.found == 'W' %] > Waiting >-- >2.11.0
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 26281
:
108987
|
109072
| 109207