From 1224ec9dbd1bf4a254918ddebd11a47eb0ae2ee5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Mon, 19 Jun 2017 21:23:54 +0200 Subject: [PATCH] Bug 18824: Remove stray i from matching-rules.tt The file koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt contains a stray i that should not be there. This patch removes it. Signed-off-by: Chris Kirby Applied patch. Checked line 516. Stray i had been removed. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart (cherry picked from commit ce176fd170227456fa725e5f1f2f6b1b04fd044d) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt index 640e6a2577..e75398caa9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt @@ -513,7 +513,7 @@ function CheckRuleForm(f) {
  • -i [% PROCESS norms_select selected_norm="none" id="mc_1_src_c_1_n_1_norm" name="mc_1_src_c_1_n_1_norm" %] + [% PROCESS norms_select selected_norm="none" id="mc_1_src_c_1_n_1_norm" name="mc_1_src_c_1_n_1_norm" %]
  • -- 2.39.2