@@ -, +, @@ removes too much - Go to Administration -> Record matching rules. - Edit a matching rule which includes at least one match check. - Click a 'Remove match check' link. The entire "Required match checks" block is removed. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -364,7 +364,8 @@ function CheckRuleForm(f) { [% ELSE %][% END %] [% IF ( edit_matching_rule ) %] [% FOREACH matchcheck IN matchchecks %] -
+
+
Match check [% matchcheck.mc_num %]Add match check | Remove this match check [% FOREACH src_component IN matchcheck.src_components %] @@ -456,6 +457,8 @@ function CheckRuleForm(f) {
[% END %]
+
+ [% END %] [% ELSE %]
--