Bugzilla – Attachment 103788 Details for
Bug 24815
Koha::Cash::Register relations should return sets not undef
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24815: (follow-up) Rebase correction
Bug-24815-follow-up-Rebase-correction.patch (text/plain), 1.14 KB, created by
Martin Renvoize (ashimema)
on 2020-04-27 13:11:27 UTC
(
hide
)
Description:
Bug 24815: (follow-up) Rebase correction
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-04-27 13:11:27 UTC
Size:
1.14 KB
patch
obsolete
>From a0be432f9f87ac9cc55192ad7eae927af3ef8ba6 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 27 Apr 2020 14:04:35 +0100 >Subject: [PATCH] Bug 24815: (follow-up) Rebase correction > >--- > t/db_dependent/Koha/Cash/Register.t | 5 ----- > 1 file changed, 5 deletions(-) > >diff --git a/t/db_dependent/Koha/Cash/Register.t b/t/db_dependent/Koha/Cash/Register.t >index 6d5c1f24a0..93fe363f3c 100644 >--- a/t/db_dependent/Koha/Cash/Register.t >+++ b/t/db_dependent/Koha/Cash/Register.t >@@ -245,11 +245,6 @@ subtest 'cashup' => sub { > 'Koha::Cash::Register->outstanding_accountlines should always return the correct number of accountlines' > ); > >- # add_cashup should not happen simultaneously with any other action >- # that results in an accountline attached to the same cash register. >- # In testing, we need to sleep for a second after each action that >- # adds to the database. (We cannot use Time::Fake as timestamps are >- # being added at the DB level, not in perl. > my $accountline1 = $builder->build_object( > { > class => 'Koha::Account::Lines', >-- >2.20.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 24815
:
100203
|
100219
|
100220
|
101907
|
101908
|
103559
|
103560
|
103786
|
103787
|
103788
|
103790
|
103791