Bugzilla – Attachment 139116 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 copynumber
Bug-31321-Fix-copynumber.patch (text/plain), 1.19 KB, created by
Jonathan Druart
on 2022-08-15 08:08:10 UTC
(
hide
)
Description:
Bug 31321: Fix copynumber
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-08-15 08:08:10 UTC
Size:
1.19 KB
patch
obsolete
>From 6f0167facb6263fe8ab55528960183c831494c88 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 15 Aug 2022 10:07:49 +0200 >Subject: [PATCH] Bug 31321: Fix copynumber > >--- > catalogue/detail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index 0e5d04511ad..f7595b0c2d0 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -378,7 +378,7 @@ foreach my $item (@items) { > $item_info->{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) ); > my $ccode = $item->ccode; > $item_info->{'ccode'} = $collections->{$ccode} if ( defined( $ccode ) && defined($collections) && exists( $collections->{$ccode} ) ); >- my $copynumber = $item->{'copynumber'}; >+ my $copynumber = $item->copynumber; > $item_info->{'copynumber'} = $copynumbers->{$copynumber} if ( defined($copynumber) && defined($copynumbers) && exists( $copynumbers->{$copynumber} ) ); > foreach (qw(ccode enumchron copynumber stocknumber itemnotes itemnotes_nonpublic uri )) { > $itemfields{$_} = 1 if $item->$_; >-- >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