Bugzilla – Attachment 101402 Details for
Bug 24158
Add ability to receive items in multiple currencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24158: Add missing html filters
Bug-24158-Add-missing-html-filters.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2020-03-23 08:34:02 UTC
(
hide
)
Description:
Bug 24158: Add missing html filters
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-23 08:34:02 UTC
Size:
1.56 KB
patch
obsolete
>From 926127ed864cbc4bd8484f5f64c1aec86ad176f6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 23 Mar 2020 09:33:27 +0100 >Subject: [PATCH] Bug 24158: Add missing html filters > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index a4a996a177..d8972708cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -305,9 +305,9 @@ > <input type="text" size="20" name="unitprice" id="unitprice_currency" value="" /> > [% IF currencies.count %] > <select name="currency"> >- <option value="[% active_currency.rate %]" selected="selected">[% active_currency.currency %] ([% active_currency.symbol %])</option> >+ <option value="[% active_currency.rate | html %]" selected="selected">[% active_currency.currency | html %] ([% active_currency.symbol | html %])</option> > [% FOR currency IN currencies %] >- <option value="[% currency.rate %]">[% currency.currency %] ([% currency.symbol %])</option> >+ <option value="[% currency.rate | html %]">[% currency.currency | html %] ([% currency.symbol | html %])</option> > [% END %] > </select> > [% END %] >-- >2.20.1
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 24158
:
96263
|
99766
|
101402
|
101682
|
101683