From 2ad0a6ef51f4c19b7160dbc6ac3da5c1249cac9c Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Fri, 1 Dec 2023 16:42:54 +0000 Subject: [PATCH] Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch --- .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 28ad7918719..fbe63192786 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -202,12 +202,14 @@ Code + Parent Description   +     Default framework @@ -318,6 +320,7 @@ [% FOREACH loo IN frameworks %] [% loo.frameworkcode | html %] + [% loo.parent_frameworkcode | html %] [% loo.frameworktext | html %]
-- 2.34.1