@@ -, +, @@ RenewSerialAddsSuggestion if off --- .../en/modules/serials/subscription-renew.tt | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt +++ a/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 %] --