Bugzilla – Attachment 88259 Details for
Bug 16284
With CheckPrevCheckout used, check only the item for previous checkout if biblio is serial
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16284: Use new method to determine serials in check previous checkouts
Bug-16284-Use-new-method-to-determine-serials-in-c.patch (text/plain), 785 bytes, created by
Josef Moravec
on 2019-04-18 07:24:39 UTC
(
hide
)
Description:
Bug 16284: Use new method to determine serials in check previous checkouts
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-04-18 07:24:39 UTC
Size:
785 bytes
patch
obsolete
>From b2e3525fb1d349fda249a359a55b193bbbc72e03 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 18 Apr 2019 07:21:09 +0000 >Subject: [PATCH] Bug 16284: Use new method to determine serials in check > previous checkouts > >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 670065f478..efb5a84e9c 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -551,7 +551,7 @@ sub do_check_for_previous_checkout { > > my @item_nos; > my $biblio = Koha::Biblios->find( $item->{biblionumber} ); >- if ( $biblio->serial ) { >+ if ( $biblio->is_serial ) { > push @item_nos, $item->{itemnumber}; > } else { > # Get all itemnumbers for given bibliographic record. >-- >2.11.0
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 16284
:
88050
|
88051
|
88236
|
88237
|
88258
|
88259
|
90642
|
90643
|
90644
|
90645
|
90646
|
90647
|
90648
|
90649
|
92130
|
92131
|
92132
|
92133