Bugzilla – Attachment 73608 Details for
Bug 19812
Holds count in "Already received" table has confusing and unexpected values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19812 [QA Followup] - Remove unnecessary line
Bug-19812-QA-Followup---Remove-unnecessary-line.patch (text/plain), 783 bytes, created by
Kyle M Hall (khall)
on 2018-04-04 11:03:13 UTC
(
hide
)
Description:
Bug 19812 [QA Followup] - Remove unnecessary line
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-04 11:03:13 UTC
Size:
783 bytes
patch
obsolete
>From 419a4c22c8215f33773852f0f646d38887aa9420 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 4 Apr 2018 07:02:43 -0400 >Subject: [PATCH] Bug 19812 [QA Followup] - Remove unnecessary line > >--- > acqui/parcel.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/acqui/parcel.pl b/acqui/parcel.pl >index ba5c3ff647..ec7332dfe9 100755 >--- a/acqui/parcel.pl >+++ b/acqui/parcel.pl >@@ -138,7 +138,6 @@ for my $order ( @orders ) { > > my %line = %{ $order }; > $line{invoice} = $invoice->{invoicenumber}; >- $line{holds} = 0; > my @itemnumbers = GetItemnumbersFromOrder( $order->{ordernumber} ); > my $biblio = Koha::Biblios->find( $line{biblionumber} ); > $line{total_holds} = $biblio ? $biblio->holds->count : 0; >-- >2.15.1 (Apple Git-101)
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 19812
:
69799
|
69829
|
70115
|
73606
|
73607
| 73608