From a47358fe137700c74ad4acf3845ee1752c93cdfb Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 10 Oct 2018 13:43:40 +0200 Subject: [PATCH] Bug 21279: [COUNTERPATCH] Fix   in transport cost matrix MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 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 --- koha-tmpl/intranet-tmpl/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 831fa08..b9d9c6b 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.1.4