Bugzilla – Attachment 192471 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: Reordered tabs in Holdings Table and fixed group tabnames"
Bug-41624-Revert-Bug-35211-Reordered-tabs-in-Holdi.patch (text/plain), 2.61 KB, created by
Lucas Gass (lukeg)
on 2026-02-04 16:55:46 UTC
(
hide
)
Description:
Bug 41624: Revert "Bug 35211: Reordered tabs in Holdings Table and fixed group tabnames"
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-02-04 16:55:46 UTC
Size:
2.61 KB
patch
obsolete
>From 3f607ab75af58631d211ff23aa56065e1e67a523 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 4 Feb 2026 16:44:37 +0000 >Subject: [PATCH] Bug 41624: Revert "Bug 35211: Reordered tabs in Holdings > Table and fixed group tabnames" > >This reverts commit 5c2b0fd49689b4bdaa392fc165a8fc97c1fafa1e. >--- > .../prog/en/modules/catalogue/detail.tt | 16 ++++++---------- > 1 file changed, 6 insertions(+), 10 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 8fa1175bd1e..51cbacab4f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -340,30 +340,26 @@ > <span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> > [% END %] > [% END %] >+ [% IF other_holdings_count %] >+ [% WRAPPER tab_item tabname= "otherholdings" %] >+ <span>Other holdings ([% other_holdings_count || 0 | html %])</span> >+ [% END %] >+ [% END %] > [% ELSE %] > [% WRAPPER tab_item tabname= "holdings" %] > <span>Holdings ([% items_to_display_count || 0 | html %])</span> > [% END %] > [% END %] >- > [% IF Koha.Preference('SeparateHoldingsByGroup') && lib_groups %] > [% FOREACH group IN lib_groups %] > [% IF ( holdings_count.${group.id} > 0 ) %] > [% WRAPPER tab_item tabname="group_holdings_" _ group.id %] >- <span>[% group.title | html %] holdings ([% holdings_count.${group.id} | html %])</span> >+ <span>[% group.title | html %] - Group ([% holdings_count.${group.id} | html %])</span> > [% END %] > [% END %] > [% END %] > [% END %] > >- [% IF Koha.Preference('SeparateHoldings') %] >- [% IF other_holdings_count %] >- [% WRAPPER tab_item tabname= "otherholdings" %] >- <span>Other holdings ([% other_holdings_count || 0 | html %])</span> >- [% END %] >- [% END %] >- [% END %] >- > [% IF Koha.Preference('EnableItemGroups') %] > [% WRAPPER tab_item tabname= "item_groups" %] > <span>Item groups</span> >-- >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