From 174cceea079e1293e84f0e66010a4ca00f613e3a Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 27 Apr 2021 07:05:22 +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 --- 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.11.0