@@ -, +, @@ --- .../prog/en/modules/circ/circulation.tt | 4 +- .../prog/en/modules/members/moremember.tt | 55 +++++++++---------- 2 files changed, 28 insertions(+), 31 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -841,7 +841,9 @@ [% END %] -
  • Restrictions ([% debarments.count || 0 | html %])
  • +
  • + Restrictions ([% debarments.count || 0 | html %]) +
  • [% SET enrollments = patron.get_club_enrollments %] [% SET enrollable = patron.get_enrollable_clubs(0) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -633,11 +633,11 @@
    [% INCLUDE "checkouts-table.inc" %] @@ -730,12 +725,6 @@
    [% END %] - [% IF Koha.Preference('UseRecalls') %] -
    - [% INCLUDE 'recalls.inc' %] -
    - [% END %] - [% INCLUDE borrower_debarments.inc %] [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] @@ -808,6 +797,12 @@ [% # /div#reserves %] [% END %] + [% IF Koha.Preference('UseRecalls') %] +
    + [% INCLUDE 'recalls.inc' %] +
    + [% END %] + [% IF Koha.Preference('ClaimReturnedLostValue') %] [% INCLUDE 'patron-return-claims.inc' %] [% END %] --