Bugzilla – Attachment 90649 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), 882 bytes, created by
Michal Denar
on 2019-06-17 10:24:19 UTC
(
hide
)
Description:
Bug 16284: Use new method to determine serials in check previous checkouts
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2019-06-17 10:24:19 UTC
Size:
882 bytes
patch
obsolete
>From 5ab58385f4f4803e5043adfb475d1cb8c573e4dc 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 > >Signed-off-by: Michal Denar <black23@gmail.com> > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 6c39027a0d..09f4645d6b 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