From 98a2090a0e2abd64d7d4c38c5f1f811cb91e5b99 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 26 Nov 2019 17:31:15 +0000 Subject: [PATCH] Bug 24126: Article requests tab appears twice on patron's checkout screen This patch removes duplicated markup on the checkout page which results in the "Article requests" tab appearing twice. To test, apply the patch and enable ArticleRequests. Check out to a patron. In the set of tabs that includes checkouts, holds, restrictions, etc., the "Article requests" tab should appear only once. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 41f310909a..71809af850 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/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) %] -- 2.39.5