Bugzilla – Attachment 144354 Details for
Bug 32351
Fix all TestBuilder calls failing due to wrong column names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32351: Fix Acquisition.t
Bug-32351-Fix-Acquisitiont.patch (text/plain), 1002 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-30 18:56:32 UTC
(
hide
)
Description:
Bug 32351: Fix Acquisition.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-30 18:56:32 UTC
Size:
1002 bytes
patch
obsolete
>From d031f4f64601e63e09600d07a78fcc7a1935b63d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 25 Nov 2022 12:35:42 +0100 >Subject: [PATCH] Bug 32351: Fix Acquisition.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Acquisition.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Acquisition.t b/t/db_dependent/Acquisition.t >index 1a4863943ec..fb2e44b5b54 100755 >--- a/t/db_dependent/Acquisition.t >+++ b/t/db_dependent/Acquisition.t >@@ -716,7 +716,6 @@ subtest 'ModReceiveOrder replacementprice tests' => sub { > my $order_vendor = $builder->build({ source => 'Aqbookseller',value => { listincgst => 0, listprice => $order_currency->{currency}, invoiceprice => $order_currency->{currency} } }); > my $orderinfo ={ > basketno => $order_basket->{basketno}, >- booksellerid => $order_vendor->{id}, > rrp => 19.99, > replacementprice => undef, > quantity => 1, >-- >2.34.1
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 32351
:
144236
|
144240
|
144243
|
144244
|
144249
|
144250
|
144251
|
144252
|
144353
| 144354 |
144355
|
144356
|
144357
|
144358
|
144359
|
144360
|
144361
|
144362
|
144363
|
144364
|
144365