Bugzilla – Attachment 194541 Details for
Bug 32773
Have the ability to have more than 1 Fast Add framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32773: (follow-up) Add Fast add badge to bib detail
Bug-32773-follow-up-Add-Fast-add-badge-to-bib-deta.patch (text/plain), 1.27 KB, created by
ByWater Sandboxes
on 2026-03-05 17:11:35 UTC
(
hide
)
Description:
Bug 32773: (follow-up) Add Fast add badge to bib detail
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2026-03-05 17:11:35 UTC
Size:
1.27 KB
patch
obsolete
>From a3d190de8e7e86b28a1d14148ca9b77b69ac7279 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Thu, 22 Jan 2026 15:52:56 +0000 >Subject: [PATCH] Bug 32773: (follow-up) Add Fast add badge to bib detail > >Signed-off-by: Miranda Nero <mnero@oslri.net> >--- > 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 763cda06ba..f4a49a2511 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 @@ > <span id="catalogue_detail_framework" class="results_summary"> > <span class="label">MARC framework:</span> > <span class="frameworkcode">[% Frameworks.GetName(biblio.frameworkcode) | html %]</span> >+ [% IF is_fast_add %] >+ <span class="badge rounded-pill bg-secondary">Fast add</span> >+ [% END %] > </span> > [% IF !item_level_itypes || Koha.Preference("BiblioItemtypeInfo") %] > <span class="results_summary itemtype"> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32773
:
173401
|
173417
|
173878
|
173879
|
173880
|
173881
|
173882
|
173883
|
173954
|
173955
|
173956
|
173957
|
173958
|
173959
|
173960
|
173961
|
174028
|
174029
|
174030
|
174031
|
174032
|
174033
|
174034
|
174035
|
176927
|
176928
|
176929
|
176930
|
176931
|
176932
|
176933
|
176934
|
176935
|
177860
|
177861
|
177862
|
177863
|
177864
|
177865
|
177866
|
177867
|
186210
|
186211
|
186212
|
186213
|
186214
|
186215
|
186216
|
186217
|
186218
|
186219
|
186220
|
186221
|
186222
|
186223
|
186224
|
186225
|
186226
|
186227
|
187051
|
187052
|
187053
|
187054
|
187055
|
187056
|
187057
|
187058
|
187059
|
192066
|
192067
|
192068
|
192069
|
192070
|
192071
|
192072
|
192073
|
192120
|
194535
|
194536
|
194537
|
194538
|
194539
|
194540
| 194541 |
194542