From a18e989ea847882b73b85032e993e638b0b321f8 Mon Sep 17 00:00:00 2001 From: =?utf-8?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 Content-Type: text/plain; charset=utf-8 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 --- 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 640e6a2..e75398c 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.1.4