Bugzilla – Attachment 192470 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: Fixed count on logged in holdings"
Bug-41624-Revert-Bug-35211-Fixed-count-on-logged-i.patch (text/plain), 2.31 KB, created by
Lucas Gass (lukeg)
on 2026-02-04 16:55:43 UTC
(
hide
)
Description:
Bug 41624: Revert "Bug 35211: Fixed count on logged in holdings"
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-02-04 16:55:43 UTC
Size:
2.31 KB
patch
obsolete
>From 2910e5540fab5cefc9f47dd00244c3c8b8a41184 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 4 Feb 2026 16:44:05 +0000 >Subject: [PATCH] Bug 41624: Revert "Bug 35211: Fixed count on logged in > holdings" > >This reverts commit 96c7eb3459770c354f59fcc1d4c22ebc4eb2a559. >--- > catalogue/detail.pl | 7 +++---- > .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 4 ++-- > 2 files changed, 5 insertions(+), 6 deletions(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index 42ec0c3ab9e..edd03dfc3c5 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -378,10 +378,9 @@ if ( C4::Context->preference('SeparateHoldingsByGroup') ) { > } > > $template->param( >- lib_groups => \@lib_groups, >- branchcodes => \%branchcode_hash, >- holdings_count_hash => \%holdings_count, >- total_group_holdings_count => $total_group_holdings_count, >+ lib_groups => \@lib_groups, >+ branchcodes => \%branchcode_hash, >+ holdings_count => \%holdings_count, > ); > } > >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 b34e1d8c753..8fa1175bd1e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -335,9 +335,9 @@ > [% WRAPPER tabs id= "bibliodetails" %] > [% WRAPPER tabs_nav %] > [% IF Koha.Preference('SeparateHoldings') %] >- [% IF items_to_display_count - ( other_holdings_count || 0 ) - ( total_group_holdings_count || 0 ) %] >+ [% IF items_to_display_count - ( other_holdings_count || 0 ) %] > [% WRAPPER tab_item tabname= "holdings" %] >- <span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( total_group_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> >+ <span>[% Branches.GetLoggedInBranchname | html %] holdings ([% items_to_display_count - ( other_holdings_count || 0 ) - ( hidden_count || 0 ) || 0 | html %])</span> > [% END %] > [% END %] > [% ELSE %] >-- >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