From 5df64d3de556d5b007289d7c6442dc093df18d3d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 18 Apr 2023 15:46:40 +0200 Subject: [PATCH] Bug 33568: Remove debug_display MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is useless, we could move it to its own bug report if needed. Signed-off-by: Owen Leonard Signed-off-by: Laurence Rault Signed-off-by: Emily Lamancusa Signed-off-by: Tomás Cohen Arazi Signed-off-by: Katrin Fischer --- .../prog/en/modules/catalogue/detail.tt | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index b5c75c19a2..0c1d677ad9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -695,18 +695,10 @@ [% IF ( count ) %] [% IF ( showncount ) %] [% PROCESS items_table tab="holdings" items=itemloop %] - [% END %] - [% IF ( hiddencount ) %] -

Show all items ([% hiddencount | html %] hidden) - [% END %] - [% IF ( debug_display ) %] -

- - - - -
itemdata_enumchron[% itemdata_enumchron | html %]
itemdata_copynumber[% itemdata_copynumber | html %]
serial[% serial | html %]
- [% END %] + [% END %] + [% IF ( hiddencount ) %] +

Show all items ([% hiddencount | html %] hidden) + [% END %] [% ELSE %] [% IF ( ALTERNATEHOLDINGS ) %] [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %] -- 2.39.2