Bugzilla – Attachment 96137 Details for
Bug 20948
Item-level hold info displayed regardless its priority (detail.pl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20948: Add missing html filter
Bug-20948-Add-missing-html-filter.patch (text/plain), 1.33 KB, created by
Jonathan Druart
on 2019-12-10 10:18:03 UTC
(
hide
)
Description:
Bug 20948: Add missing html filter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-12-10 10:18:03 UTC
Size:
1.33 KB
patch
obsolete
>From c1b6eb0b0dbf2b42c0b0948a630e098a9ac1a2a4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Dec 2019 11:17:36 +0100 >Subject: [PATCH] Bug 20948: Add missing html filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index d3336dbbde..09436cfab8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -362,7 +362,7 @@ > [% ELSIF hold.priority == 1 %] > Item-level hold (placed [% hold.reservedate | $KohaDates %]) for delivery at [% Branches.GetName( hold.branchcode ) | html %]. > [% ELSE %] >- There is an item level hold on this item (priority = [% hold.priority %]). >+ There is an item level hold on this item (priority = [% hold.priority | html %]). > [% END %] > [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %] > Hold for: >-- >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 20948
:
76145
|
76216
|
95476
|
95477
|
95636
|
95637
|
95870
|
95871
| 96137