Bugzilla – Attachment 192468 Details for
Bug 41624
Revert Bug 35211
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41624: Revert "Bug 35211: Fix tab building"
Bug-41624-Revert-Bug-35211-Fix-tab-building.patch (text/plain), 1.90 KB, created by
Lucas Gass (lukeg)
on 2026-02-04 16:55:38 UTC
(
hide
)
Description:
Bug 41624: Revert "Bug 35211: Fix tab building"
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-02-04 16:55:38 UTC
Size:
1.90 KB
patch
obsolete
>From f83e1cd1cd1090e8519ec8e6d9fdb1ed070ffb7b Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 4 Feb 2026 16:43:32 +0000 >Subject: [PATCH] Bug 41624: Revert "Bug 35211: Fix tab building" > >This reverts commit f438535b5cfe868784bb6881839c58242432da71. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 00dbbe60db1..b34e1d8c753 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -348,9 +348,9 @@ > > [% IF Koha.Preference('SeparateHoldingsByGroup') && lib_groups %] > [% FOREACH group IN lib_groups %] >- [% IF ( holdings_count_hash.${group.id} > 0 ) %] >+ [% IF ( holdings_count.${group.id} > 0 ) %] > [% WRAPPER tab_item tabname="group_holdings_" _ group.id %] >- <span>[% group.title | html %] holdings ([% holdings_count_hash.${group.id} | html %])</span> >+ <span>[% group.title | html %] holdings ([% holdings_count.${group.id} | html %])</span> > [% END %] > [% END %] > [% END %] >@@ -505,7 +505,7 @@ > [% END %] > [% IF Koha.Preference('SeparateHoldingsByGroup') && lib_groups %] > [% FOREACH group IN lib_groups %] >- [% IF ( holdings_count_hash.${group.id} > 0 ) %] >+ [% IF ( holdings_count.${group.id} > 0 ) %] > [% SET group_tab = "group_holdings_" _ group.id %] > [% WRAPPER tab_panel tabname=group_tab %] > [% PROCESS items_table tab=group_tab %] >-- >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 41624
:
191470
|
191471
|
192464
|
192465
|
192466
|
192467
|
192468
|
192469
|
192470
|
192471
|
192472
|
192473
|
192724
|
192725
|
192785
|
192786