Bugzilla – Attachment 79365 Details for
Bug 21385
Vendor search: Item count is incorrectly updated on partial receive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21385: (followup) Workaround for bug in get_from_storage method
Bug-21385-followup-Workaround-for-bug-in-getfromst.patch (text/plain), 1.39 KB, created by
Martin Renvoize (ashimema)
on 2018-09-25 11:14:50 UTC
(
hide
)
Description:
Bug 21385: (followup) Workaround for bug in get_from_storage method
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-09-25 11:14:50 UTC
Size:
1.39 KB
patch
obsolete
>From 7bd02cb2cc19d7cb708b89f1ee93d9af87e6df45 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 25 Sep 2018 12:13:20 +0100 >Subject: [PATCH] Bug 21385: (followup) Workaround for bug in get_from_storage > method > >--- > t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t b/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t >index b932828186..9981ddc9db 100644 >--- a/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t >+++ b/t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t >@@ -141,10 +141,11 @@ is( $basket->{total_biblios_cancelled}, 2, '2 orders deleted, 1 order pending, s > > my $invoiceid2 = C4::Acquisition::AddInvoice(invoicenumber => 'invoice1', booksellerid => $supplierid, unknown => "unknown"); > my $invoice2 = C4::Acquisition::GetInvoice( $invoiceid2 ); >+$order3 = Koha::Acquisition::Orders->find($order3->ordernumber); > my ( $date_received2, $ordernumber5 ) = C4::Acquisition::ModReceiveOrder( > { > biblionumber => $biblionumber3, >- order => $order3->get_from_storage->unblessed, >+ order => $order3->unblessed, > quantityreceived => 2, > budget_id => $budget->{budget_id}, > invoice => $invoice2, >-- >2.18.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 21385
:
79235
|
79280
|
79301
|
79303
|
79304
|
79305
|
79362
|
79363
|
79364
|
79365
|
79721
|
79727
|
79728
|
79729
|
79730