From 4c3fc3d044ee8f365d58c026f0110c7f33963587 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 16 Oct 2019 15:54:39 +0200 Subject: [PATCH] Bug 14973: Remove double textarea for notes Certainly a bad merge conflict resolution (I am certainly the one to blame). However I do not understand where this "note" variable come from. Signed-off-by: Lisette Scheer https://bugs.koha-community.org/show_bug.cgi?id=14963 --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt index ca367f3..7650af8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -187,11 +187,10 @@
  • [% IF ( note_required ) %] - + Required [% ELSE %] - [% END %]
  • -- 2.1.4