Bugzilla – Attachment 105630 Details for
Bug 14543
Order lines updated that have a tax rate not in gist will have tax rate set to 0!
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14543: (QA follow-up) Add missing filter
Bug-14543-QA-follow-up-Add-missing-filter.patch (text/plain), 1.22 KB, created by
Martin Renvoize (ashimema)
on 2020-06-08 10:13:36 UTC
(
hide
)
Description:
Bug 14543: (QA follow-up) Add missing filter
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-06-08 10:13:36 UTC
Size:
1.22 KB
patch
obsolete
>From 8da01d0972e9b5f6b0c274e4d78904854c439e67 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 8 Jun 2020 11:12:07 +0100 >Subject: [PATCH] Bug 14543: (QA follow-up) Add missing filter > >This patch adds a missing `| html` filter to the tax_rate value option >that the patchset adds > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 1daf00244e..1aa9241296 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -402,7 +402,7 @@ > [% END %] > > [% IF !gst_found %] >- <option value="[% tax_rate %]" selected="selected">[% tax_rate * 100 | html %]%</option> >+ <option value="[% tax_rate | html %]" selected="selected">[% tax_rate * 100 | html %]%</option> > [% END %] > </select> > >-- >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 14543
:
41033
|
95942
|
95943
|
105181
|
105404
|
105629
| 105630