Bugzilla – Attachment 116326 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), 1.52 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-02-04 14:12:01 UTC
(
hide
)
Description:
Bug 26274: (QA follow-up) Minor fixes
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-02-04 14:12:01 UTC
Size:
1.52 KB
patch
obsolete
>From d3d28d710299126e3bd6ecb99ced556e19135e27 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 | 2 +- > t/db_dependent/Koha/Cash/Register/Cashups.t | 0 > t/db_dependent/api/v1/cashups.t | 0 > 3 files changed, 1 insertion(+), 1 deletion(-) > 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..47709c10cea >--- a/t/db_dependent/Koha/Cash/Register/Cashup.t >+++ b/t/db_dependent/Koha/Cash/Register/Cashup.t >@@ -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', >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