@@ -, +, @@ checkout screen --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 ------ 1 file changed, 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -869,12 +869,6 @@ [% END %] - [% IF Koha.Preference('ArticleRequests') %] -
  • - [% patron.article_requests_current.count | html %] Article requests -
  • - [% END %] -
  • [% debarments.count | html %] Restrictions
  • [% SET enrollments = patron.get_club_enrollments(1) %] --