Bugzilla – Attachment 95124 Details for
Bug 23293
OPACFineNoRenewals always compares against 'balance' not 'outstanding'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23293: (QA follow-up) Minor fix for tests
Bug-23293-QA-follow-up-Minor-fix-for-tests.patch (text/plain), 880 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2019-11-06 18:48:57 UTC
(
hide
)
Description:
Bug 23293: (QA follow-up) Minor fix for tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-11-06 18:48:57 UTC
Size:
880 bytes
patch
obsolete
>From e783cb2c96c273ba8e65b283d0ebee2377c27384 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 6 Nov 2019 15:40:57 -0300 >Subject: [PATCH] Bug 23293: (QA follow-up) Minor fix for tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/Circulation.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t >index 9dfbd532a7..5d8756e4c5 100755 >--- a/t/db_dependent/Circulation.t >+++ b/t/db_dependent/Circulation.t >@@ -788,7 +788,7 @@ subtest "CanBookBeRenewed tests" => sub { > { > amount => $fines_amount, > interface => 'test', >- type => 'overdue', >+ type => 'PAYMENT', > description => "Some fines" > } > )->store; >-- >2.24.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 23293
:
91448
|
91449
|
93149
|
93150
|
93151
|
95121
|
95122
|
95123
|
95124
|
95143
|
95144
|
95145
|
95146