Bugzilla – Attachment 116327 Details for
Bug 26274
Expose cash register cashup summaries via an API route.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26274: (QA follow-up) Minor fixes
Bug-26274-QA-follow-up-Minor-fixes.patch (text/plain), 2.37 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-02-04 14:20:17 UTC
(
hide
)
Description:
Bug 26274: (QA follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-02-04 14:20:17 UTC
Size:
2.37 KB
patch
obsolete
>From b7c2f0da58ee276f16bfdd93059eeeca870de145 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 4 Feb 2021 10:56:15 -0300 >Subject: [PATCH] Bug 26274: (QA follow-up) Minor fixes > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Koha/Cash/Register/Cashup.t | 8 ++++---- > t/db_dependent/Koha/Cash/Register/Cashups.t | 0 > t/db_dependent/api/v1/cashups.t | 0 > 3 files changed, 4 insertions(+), 4 deletions(-) > mode change 100644 => 100755 t/db_dependent/Koha/Cash/Register/Cashup.t > mode change 100644 => 100755 t/db_dependent/Koha/Cash/Register/Cashups.t > mode change 100644 => 100755 t/db_dependent/api/v1/cashups.t > >diff --git a/t/db_dependent/Koha/Cash/Register/Cashup.t b/t/db_dependent/Koha/Cash/Register/Cashup.t >old mode 100644 >new mode 100755 >index cc21a9ce05a..e49c8e5223f >--- a/t/db_dependent/Koha/Cash/Register/Cashup.t >+++ b/t/db_dependent/Koha/Cash/Register/Cashup.t >@@ -208,7 +208,7 @@ subtest 'summary' => sub { > $expected_total += $expected_income_total; > $expected_total -= $expected_payout_total; > >- diag("Cashup 1"); >+ # Cashup 1 > my $cashup1 = > $register->add_cashup( { manager_id => $manager->id, amount => '2.00' } ); > >@@ -268,7 +268,7 @@ subtest 'summary' => sub { > $expected_total += $expected_income_total; > $expected_total -= $expected_payout_total; > >- diag("Cashup 2"); >+ # Cashup 2 > my $cashup2 = > $register->add_cashup( { manager_id => $manager->id, amount => '2.00' } ); > >@@ -317,7 +317,7 @@ subtest 'summary' => sub { > $payout2->date( \'NOW() - INTERVAL 3 MINUTE' )->store; > $expected_payout_total += '1.00'; > >- # Account fee of 1.00 fully refunded (Accross cashup boundary) >+ # Account fee of 1.00 fully refunded (Across cashup boundary) > unshift @{$expected_payout_grouped}, > { > 'total' => '1', >@@ -330,7 +330,7 @@ subtest 'summary' => sub { > $expected_total += $expected_income_total; > $expected_total -= $expected_payout_total; > >- diag("Cashup 3"); >+ # Cashup 3 > my $cashup3 = > $register->add_cashup( { manager_id => $manager->id, amount => '2.00' } ); > >diff --git a/t/db_dependent/Koha/Cash/Register/Cashups.t b/t/db_dependent/Koha/Cash/Register/Cashups.t >old mode 100644 >new mode 100755 >diff --git a/t/db_dependent/api/v1/cashups.t b/t/db_dependent/api/v1/cashups.t >old mode 100644 >new mode 100755 >-- >2.30.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 26274
:
115803
|
115804
|
115991
|
115992
|
116136
|
116137
|
116142
|
116143
|
116145
|
116146
|
116174
|
116175
|
116324
|
116325
|
116326
| 116327 |
116939