Bugzilla – Attachment 130483 Details for
Bug 29859
Favor iterators over as_list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29859: Fix currencies display
Bug-29859-Fix-currencies-display.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2022-02-11 09:24:54 UTC
(
hide
)
Description:
Bug 29859: Fix currencies display
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-02-11 09:24:54 UTC
Size:
1.63 KB
patch
obsolete
>From 391141e1221b948c1de686526589f1a522073470 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 11 Feb 2022 10:24:15 +0100 >Subject: [PATCH] Bug 29859: Fix currencies display > >Oops! >--- > .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 fac02e779ad..21d0b112c86 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -145,7 +145,7 @@ > <input type="hidden" name="suggestionid" value="[% suggestionid | html %]" /> > <input type="hidden" name="import_batch_id" value="[% import_batch_id | html %]" /> > >- [% FOREACH c IN currencies.count %] >+ [% FOREACH c IN currencies %] > <input type="hidden" id="currency_rate_[% c.currency | html %]" name="[% c.currency | html %]" value="[% c.rate | html %]" /> > [% END %] > >@@ -399,7 +399,7 @@ > <li> > <label for="currency">Currency:</label> > <select name="currency" id="currency" onchange="updateCosts();"> >- [% FOREACH c IN currencies.count %] >+ [% FOREACH c IN currencies %] > [% IF ordernumber and c.currency == currency or not ordernumber and c.currency == vendor_currency %] > <option value="[% c.currency | html %]" selected="selected">[% c.currency | html %]</option> > [% ELSIF not c.archived %] >-- >2.25.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 29859
:
129346
|
129350
|
130102
|
130148
|
130149
|
130480
| 130483 |
132972
|
132983