From 4092461ec990882f204d1431e69fd6d6a70d0d1e 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 --- .../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 17349ed0b4..34b1e3248e 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 @@ -67,8 +67,8 @@ [% ELSE %]
[% END %] -
[% bt.disabled ? ' ' : bt.value %]
- +
[% IF bt.disabled %] [% ELSE %][% bt.value | html %][% END %]
+ [% IF bt.disabled %] [% END %] -- 2.39.5