From 9f77f48082d43833be419034d125bc3e9d735320 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=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 Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- .../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 %]
[% END %] -
[% bt.disabled ? ' ' : bt.value | html %]
+
[% IF bt.disabled %] [% ELSE %][% bt.value | html %][% END %]
[% IF bt.disabled %] -- 2.19.1