Bugzilla – Attachment 115689 Details for
Bug 25552
Add missing Claims Returned option to MarkLostItemsAsReturned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25552: (QA follow-up) Fix spelling mistake
Bug-25552-QA-follow-up-Fix-spelling-mistake.patch (text/plain), 1.12 KB, created by
Martin Renvoize (ashimema)
on 2021-01-22 13:01:53 UTC
(
hide
)
Description:
Bug 25552: (QA follow-up) Fix spelling mistake
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-01-22 13:01:53 UTC
Size:
1.12 KB
patch
obsolete
>From 974c4d04199d8ee68544ed5942ccf7d4e2526ad0 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 22 Jan 2021 13:00:59 +0000 >Subject: [PATCH] Bug 25552: (QA follow-up) Fix spelling mistake > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/Circulation/ReturnClaims.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/ReturnClaims.t b/t/db_dependent/Circulation/ReturnClaims.t >index 0e1a1beb9c..7d73b170ce 100755 >--- a/t/db_dependent/Circulation/ReturnClaims.t >+++ b/t/db_dependent/Circulation/ReturnClaims.t >@@ -151,7 +151,7 @@ subtest 'Test Koha::Checkout::claim_returned, mark as returned' => sub { > my $checkout2 = Koha::Checkouts->find( $checkout->id ); > is( $checkout2, undef, "Checkout is not longer in the issues table"); > $checkout2 = Koha::Old::Checkouts->find( $checkout->id ); >- is( $checkout2->id, $checkout->id, "Checkout was foudn in the old_issues table"); >+ is( $checkout2->id, $checkout->id, "Checkout was found in the old_issues table"); > }; > > $schema->storage->txn_rollback; >-- >2.20.1
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 25552
:
105146
|
105389
|
105558
|
105559
|
105643
|
113889
|
113892
|
113893
|
113898
|
115685
|
115686
|
115687
|
115688
| 115689 |
116173