Bugzilla – Attachment 80351 Details for
Bug 21279
Transport cost matrix shows html entity in all empty cells
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21279: Fix in transport cost matrix
Bug-21279-Fix-nbsp-in-transport-cost-matrix.patch (text/plain), 1.85 KB, created by
Martin Renvoize (ashimema)
on 2018-10-10 13:43:37 UTC
(
hide
)
Description:
Bug 21279: Fix in transport cost matrix
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-10-10 13:43:37 UTC
Size:
1.85 KB
patch
obsolete
>From 9f77f48082d43833be419034d125bc3e9d735320 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Wed, 10 Oct 2018 13:43:40 +0200 >Subject: [PATCH] Bug 21279: Fix in transport cost matrix >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test plan: >On Home ⺠Administration ⺠Transport cost matrix you should no longer >see " ". >Fill some values and save, you should see the correct values. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/admin/transport-cost-matrix.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >index 831fa0809e..b9d9c6b12e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >@@ -68,7 +68,7 @@ > [% ELSE %] > <div id="celldiv_[% bt.id | html %]"> > [% END %] >- <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% bt.disabled ? ' ' : bt.value | html %]</div> >+ <div class="enable_cost_input" data-cost-id="[% bt.id | html %]">[% IF bt.disabled %] [% ELSE %][% bt.value | html %][% END %]</div> > <input type="hidden" name="cost_[% bt.id | html %]" value="[% bt.value | html %]" /> > [% IF bt.disabled %] > <input type="hidden" name="disable_[% bt.id | html %]" value="1" /> >-- >2.19.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 21279
:
78290
|
78291
|
80334
|
80338
| 80351