Bugzilla – Attachment 145720 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.09 KB, created by
Kyle M Hall (khall)
on 2023-01-27 11:29:48 UTC
(
hide
)
Description:
Bug 29145: (QA follow-up) Fix typo
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-01-27 11:29:48 UTC
Size:
1.09 KB
patch
obsolete
>From b02e7928ed7e97d0b545a5c6c83ad2683eb7b94c Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.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 ee57079982..3dc4f361c3 100755 >--- a/t/db_dependent/Circulation/MarkIssueReturned.t >+++ b/t/db_dependent/Circulation/MarkIssueReturned.t >@@ -284,7 +284,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