Bugzilla – Attachment 156397 Details for
Bug 29145
Allow patrons to have overdue items that would not result in debarment when removing overdue debarments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29145: (QA follow-up) Fix typo
Bug-29145-QA-follow-up-Fix-typo.patch (text/plain), 1.11 KB, created by
Katrin Fischer
on 2023-09-29 14:07:49 UTC
(
hide
)
Description:
Bug 29145: (QA follow-up) Fix typo
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-29 14:07:49 UTC
Size:
1.11 KB
patch
obsolete
>From 76703cf5b906957660526b944d990b9ab7175632 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 27 Jan 2023 11:28:13 +0000 >Subject: [PATCH] Bug 29145: (QA follow-up) Fix typo > >--- > t/db_dependent/Circulation/MarkIssueReturned.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/MarkIssueReturned.t b/t/db_dependent/Circulation/MarkIssueReturned.t >index 341f09c91e..295d5384e1 100755 >--- a/t/db_dependent/Circulation/MarkIssueReturned.t >+++ b/t/db_dependent/Circulation/MarkIssueReturned.t >@@ -285,7 +285,7 @@ subtest 'AutoRemoveOverduesRestrictions' => sub { > C4::Circulation::MarkIssueReturned( $patron->borrowernumber, $item_2->itemnumber ); > > $debarments = Koha::Patron::Debarments::GetDebarments({ borrowernumber => $patron->borrowernumber }); >- is( scalar @$debarments, 0, 'OVERDUES debarment is removed if remaning items would not result in patron debarment' ); >+ is( scalar @$debarments, 0, 'OVERDUES debarment is removed if remaining items would not result in patron debarment' ); > > $schema->storage->txn_rollback; > }; >-- >2.30.2
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 29145
:
125495
|
140819
|
140820
|
141822
|
141823
|
142394
|
142395
|
142396
|
142814
|
142815
|
142816
|
142817
|
143213
|
144773
|
144774
|
144775
|
144776
|
144777
|
144778
|
144779
|
144780
|
144781
|
144782
|
145720
|
145749
|
145750
|
145751
|
153804
|
153805
|
153806
|
153807
|
153808
|
153809
|
153810
|
153811
|
153812
|
153813
|
153814
|
156392
|
156393
|
156394
|
156395
|
156396
| 156397 |
156398
|
156399
|
156400
|
156401
|
156402
|
156403
|
156404