@@ -, +, @@ --- .../prog/en/modules/admin/transport-cost-matrix.tt | 6 +++++- 1 file changed, 5 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 @@ -101,7 +101,11 @@ $(document).ready(function() { [% IF bt.skip %]   [% ELSE %] -
+ [% IF bt.disabled %] +
+ [% ELSE %] +
+ [% END %]
[% !bt.disabled && bt.value > '' ? bt.value : ' ' %]
[% IF bt.disabled %] --