From e881a161ea2bda054f6f217eb31f749b598079f8 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy 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=utf8 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 Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit 1fddd295b8e83b60f2b838f09f3175c5acfeec28) Signed-off-by: Martin Renvoize (cherry picked from commit 4092461ec990882f204d1431e69fd6d6a70d0d1e) Signed-off-by: Fridolin Somers --- .../prog/en/modules/admin/transport-cost-matrix.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c24ead1535..36bbb8310c 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 @@ -121,8 +121,8 @@ $(document).ready(function(){ [% ELSE %]
[% END %] -
[% bt.disabled ? ' ' : bt.value %]
- +
[% IF bt.disabled %] [% ELSE %][% bt.value | html %][% END %]
+ [% IF bt.disabled %] [% END %] -- 2.39.2