Bugzilla – Attachment 138921 Details for
Bug 31311
Remove GetItemsInfo from labels/label-item-search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31311: Remove GetItemsInfo labels/label-item-search
Bug-31311-Remove-GetItemsInfo-labelslabel-item-sea.patch (text/plain), 1.11 KB, created by
Nick Clemens (kidclamp)
on 2022-08-09 14:56:44 UTC
(
hide
)
Description:
Bug 31311: Remove GetItemsInfo labels/label-item-search
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-08-09 14:56:44 UTC
Size:
1.11 KB
patch
obsolete
>From 2fe9a917622729a5b168bbbb94c3cac0fd43a7d9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 2 Jun 2022 11:35:13 +0200 >Subject: [PATCH] Bug 31311: Remove GetItemsInfo labels/label-item-search > >It was commented anyway > >Hey, nothing to do here! > >Amended patch removes refactor comment that referred to this line, maybe? > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > labels/label-item-search.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl >index a41960e0ec..d2f3ea113f 100755 >--- a/labels/label-item-search.pl >+++ b/labels/label-item-search.pl >@@ -102,8 +102,6 @@ if ($show_results) { > my $hits = $show_results; > my @results_set = (); > my @items =(); >- # This code needs to be refactored using these subs... >- #my @items = &GetItemsInfo( $biblio->{biblionumber}, 'intra' ); > for ( my $i = 0 ; $i < $hits ; $i++ ) { > my @row_data= (); > #DEBUG Notes: Decode the MARC record from each resulting MARC record... >-- >2.30.2
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 31311
:
138819
|
138845
| 138921