Bugzilla – Attachment 67474 Details for
Bug 18999
Acq: Shipping cost not included in total spent on acq home and funds page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18999: (QA followup) ModReceiveOrder expects a hashref
Bug-18999-QA-followup-ModReceiveOrder-expects-a-ha.patch (text/plain), 833 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-29 14:36:13 UTC
(
hide
)
Description:
Bug 18999: (QA followup) ModReceiveOrder expects a hashref
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-29 14:36:13 UTC
Size:
833 bytes
patch
obsolete
>From ce7b8fdf70fb01fc6f41fb32b4ade7d5ef01782e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 29 Sep 2017 11:29:24 -0300 >Subject: [PATCH] Bug 18999: (QA followup) ModReceiveOrder expects a hashref > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Budgets.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Budgets.t b/t/db_dependent/Budgets.t >index d3ccec4..21f2d59 100755 >--- a/t/db_dependent/Budgets.t >+++ b/t/db_dependent/Budgets.t >@@ -464,7 +464,7 @@ my $order = Koha::Acquisition::Order->new( > > ModReceiveOrder({ > bibionumber => $biblio, >- order => $order, >+ order => $order->unblessed, > budget_id => $fund, > quantityreceived => 2, > invoice => $test_invoice, >-- >2.7.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 18999
:
65446
|
65626
|
66378
|
66855
|
67173
|
67316
|
67317
|
67318
|
67319
|
67471
|
67472
|
67473
| 67474