Bugzilla – Attachment 91607 Details for
Bug 22341
batch patron modification tool does not strip trailing tab characters from barcodes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22341: Hold Notes should allow for HTML tags
Bug-22341-Hold-Notes-should-allow-for-HTML-tags.patch (text/plain), 974 bytes, created by
Lucas Gass (lukeg)
on 2019-07-18 18:15:04 UTC
(
hide
)
Description:
Bug 22341: Hold Notes should allow for HTML tags
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-07-18 18:15:04 UTC
Size:
974 bytes
patch
obsolete
>From 19089d8014714c665cd000fa82bf2f3114417a15 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 18 Jul 2019 17:10:22 +0000 >Subject: [PATCH] Bug 22341: Hold Notes should allow for HTML tags > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index a878658d21..c01d15c947 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -105,7 +105,7 @@ > [% INCLUDE 'patron-title.inc' patron=hold.patron hide_patron_infos_if_needed=1 %] > </td> > >- <td>[% hold.notes | html %]</td> >+ <td>[% hold.notes | $raw %]</td> > <td>[% hold.date | html %]</td> > <td>[% hold.expirationdate | html %]</td> > >-- >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 22341
:
91607