Bugzilla – Attachment 144365 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 t/db_dependent/Koha/Charges/Sales.t
Bug-32351-Fix-tdbdependentKohaChargesSalest.patch (text/plain), 1.51 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-30 18:58:55 UTC
(
hide
)
Description:
Bug 32351: Fix t/db_dependent/Koha/Charges/Sales.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-30 18:58:55 UTC
Size:
1.51 KB
patch
obsolete
>From 8c9e4ef6ba01db31a8dcb4d82d537a65e0adca77 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 30 Nov 2022 15:49:59 -0300 >Subject: [PATCH] Bug 32351: Fix t/db_dependent/Koha/Charges/Sales.t > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Charges/Sales.t | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Charges/Sales.t b/t/db_dependent/Koha/Charges/Sales.t >index 85676ef840a..1a7aa9f43bb 100755 >--- a/t/db_dependent/Koha/Charges/Sales.t >+++ b/t/db_dependent/Koha/Charges/Sales.t >@@ -77,7 +77,7 @@ subtest 'payment_type (_get_valid_payments) tests' => sub { > my $cash_register = $builder->build_object( > { > class => 'Koha::Cash::Registers', >- value => { branchcode => $library1->branchcode } >+ value => { branch => $library1->branchcode } > } > ); > >@@ -125,7 +125,7 @@ subtest 'add_item (_get_valid_items) tests' => sub { > my $cash_register = $builder->build_object( > { > class => 'Koha::Cash::Registers', >- value => { branchcode => $library1->branchcode } >+ value => { branch => $library1->branchcode } > } > ); > >@@ -190,7 +190,7 @@ subtest 'purchase tests' => sub { > my $cash_register = $builder->build_object( > { > class => 'Koha::Cash::Registers', >- value => { branchcode => $library->branchcode } >+ value => { branch => $library->branchcode } > } > ); > >-- >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