From bb5914e13960af280cade14269251c202c96a099 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 --- 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 ca367f31cf..7650af864a 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.11.0