Bugzilla – Attachment 61412 Details for
Bug 17736
Move GetReservesFromBiblionumber to Koha::Biblio->holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17736: [QA Follow-up] Wrong biblionumber in acqui/parcel
Bug-17736-QA-Follow-up-Wrong-biblionumber-in-acqui.patch (text/plain), 1012 bytes, created by
Martin Renvoize (ashimema)
on 2017-03-21 19:32:28 UTC
(
hide
)
Description:
Bug 17736: [QA Follow-up] Wrong biblionumber in acqui/parcel
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2017-03-21 19:32:28 UTC
Size:
1012 bytes
patch
obsolete
>From ad0458e784fab80d4b0c170f8c98221a354c0869 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 6 Jan 2017 12:03:27 +0100 >Subject: [PATCH] Bug 17736: [QA Follow-up] Wrong biblionumber in acqui/parcel > >Trivial fix. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > acqui/parcel.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/parcel.pl b/acqui/parcel.pl >index c874781..97943a3 100755 >--- a/acqui/parcel.pl >+++ b/acqui/parcel.pl >@@ -140,7 +140,7 @@ for my $order ( @orders ) { > $line{invoice} = $invoice->{invoicenumber}; > $line{holds} = 0; > my @itemnumbers = GetItemnumbersFromOrder( $order->{ordernumber} ); >- my $biblio = Koha::Biblios->find( $order->{ordernumber} ); >+ my $biblio = Koha::Biblios->find( $line{biblionumber} ); > $line{holds} = $biblio->current_holds->search( > { > itemnumber => { -in => \@itemnumbers }, >-- >2.1.4
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 17736
:
58015
|
58016
|
58017
|
58056
|
58057
|
58106
|
58107
|
58108
|
58628
|
58629
|
58630
|
58631
|
58632
|
58633
|
58634
|
58635
|
58636
|
58637
|
58638
|
58639
|
58640
|
58641
|
58642
|
58643
|
58644
|
58645
|
59846
|
59847
|
59848
|
59849
|
59850
|
59851
|
59852
|
59853
|
59854
|
59855
|
59859
|
59860
|
61406
|
61407
|
61408
|
61409
|
61410
|
61411
| 61412 |
61413
|
61414
|
61415
|
61416