Bugzilla – Attachment 139115 Details for
Bug 31321
Remove GetItemsInfo from catalogue/detail.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31321: Fix 'Used in'
Bug-31321-Fix-Used-in.patch (text/plain), 938 bytes, created by
Jonathan Druart
on 2022-08-15 08:06:22 UTC
(
hide
)
Description:
Bug 31321: Fix 'Used in'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-08-15 08:06:22 UTC
Size:
938 bytes
patch
obsolete
>From 368e4d991908f9fe6ef3f1ec15ba953196f97f84 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 15 Aug 2022 10:06:02 +0200 >Subject: [PATCH] Bug 31321: Fix 'Used in' > >--- > catalogue/detail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index 3afa521ac7a..0e5d04511ad 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -428,7 +428,7 @@ foreach my $item (@items) { > if ( $analyze ) { > # count if item is used in analytical bibliorecords > # The 'countanalytics' flag is only used in the templates if analyze is set >- my $countanalytics = GetAnalyticsCount( $item->{itemnumber} ); >+ my $countanalytics = GetAnalyticsCount( $item->itemnumber ); > if ($countanalytics > 0){ > $analytics_flag=1; > $item_info->{countanalytics} = $countanalytics; >-- >2.25.1
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 31321
:
138831
|
138913
|
139115
|
139116
|
139523