From 5928945e6765120f99e702efeab04ee733f0a9e7 Mon Sep 17 00:00:00 2001 From: Brendan Lawlor Date: Thu, 22 Jan 2026 15:52:56 +0000 Subject: [PATCH] Bug 32773: (follow-up) Add Fast add badge to bib detail --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 3 +++ 1 file changed, 3 insertions(+) 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 591800e408..35373498ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -164,6 +164,9 @@ MARC framework: [% Frameworks.GetName(biblio.frameworkcode) | html %] + [% IF is_fast_add %] + Fast add + [% END %] [% IF !item_level_itypes || Koha.Preference("BiblioItemtypeInfo") %] -- 2.39.5