Bugzilla – Attachment 25382 Details for
Bug 10789
Excessive and often incorrect use of finish in C4::Acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10789: Follow-up: Added removed second sql parameter in GetLastOrderReceivedFromSubscriptionid
Bug-10789-Follow-up-Added-removed-second-sql-param.patch (text/plain), 958 bytes, created by
Marcel de Rooy
on 2014-02-18 15:34:27 UTC
(
hide
)
Description:
Bug 10789: Follow-up: Added removed second sql parameter in GetLastOrderReceivedFromSubscriptionid
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2014-02-18 15:34:27 UTC
Size:
958 bytes
patch
obsolete
>From eb8ddf311d4d86a546a6e3e0b667eeb18845b705 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 18 Feb 2014 16:26:07 +0100 >Subject: [PATCH] Bug 10789: Follow-up: Added removed second sql parameter in > GetLastOrderReceivedFromSubscriptionid >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Acquisition.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index e085347..65b8623 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -1197,7 +1197,7 @@ sub GetLastOrderReceivedFromSubscriptionid { > LIMIT 1 > |; > my $result_set = >- $dbh->selectall_arrayref( $query, { Slice => {} }, $subscriptionid ); >+ $dbh->selectall_arrayref( $query, { Slice => {} }, $subscriptionid, $subscriptionid ); > > # result_set assumed to contain 1 match > return $result_set->[0]; >-- >1.7.7.6
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 10789
:
20654
|
23349
|
25350
|
25371
|
25378
|
25379
|
25380
|
25381
| 25382