From d67405442ecf41312ebb5c320a9114a53077a47c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 5 Jan 2021 09:54:54 +0100 Subject: [PATCH] Bug 27332: Hide branchcode and note is RenewSerialAddsSuggestion if off Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- .../en/modules/serials/subscription-renew.tt | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt index 614a21afc4..f3f8c16d09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] @@ -59,20 +60,27 @@ -
  • - (select a library) -
  • + [% IF Koha.Preference('RenewSerialAddsSuggestion') %] +
  • + + (select a library) +
  • -
  • -
  • -
    +
  • + + +
  • + [% END %] + + +
    [% END %] -- 2.20.1