From 858bc056fb7e5e074d76f89d054ee3e45f170965 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Mon, 24 May 2021 10:11:21 +0000 Subject: [PATCH] Bug 27741: basket folder Bug 27631 corrected the

tags in each of the pages in the staff client. This bug deals with correcting the hierarchy of each of the other headings. To test: 1) Apply patch and dependencies 2) Go to each of the pages and check the headings under

are in the correct order and hierarchy Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 5c62dad4f1..496b845ab6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -68,11 +68,11 @@ [% PROCESS controls %]
[% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] -

+

[% INCLUDE 'biblio-title.inc' biblio=BIBLIO_RESULT %] [% IF ( BIBLIO_RESULT.author ) %] [% BIBLIO_RESULT.author | html %][% END %] -

+

-- 2.20.1