@@ -, +, @@ "Transport cost matrix" --- .../prog/en/modules/admin/transport-cost-matrix.tt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt @@ -68,7 +68,9 @@ [% ELSE %]
[% END %] -
[% bt.disabled ? ' ' : bt.value | html %]
+ [% SET bt_value = ' ' %] + [% UNLESS bt.disabled %][% bt_value = BLOCK %][% bt.value | html %][% END %][% END %] +
[% bt_value | $raw %]
[% IF bt.disabled %] --