Bugzilla – Attachment 160397 Details for
Bug 35587
Items lose their lost status when check-in triggers a transfer even though BlockReturnOfLostItems is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35587: (QA follow-up): QA script tidy
Bug-35587-QA-follow-up-QA-script-tidy.patch (text/plain), 1.08 KB, created by
Pedro Amorim
on 2024-01-02 11:18:00 UTC
(
hide
)
Description:
Bug 35587: (QA follow-up): QA script tidy
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-01-02 11:18:00 UTC
Size:
1.08 KB
patch
obsolete
>From b384f99a0c3d8cf2b23ecacff3fc68119d91e9b9 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 2 Jan 2024 11:15:39 +0000 >Subject: [PATCH] Bug 35587: (QA follow-up): QA script tidy > >--- > t/db_dependent/Circulation/Returns.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t >index 6d3069df45..e11fe4d001 100755 >--- a/t/db_dependent/Circulation/Returns.t >+++ b/t/db_dependent/Circulation/Returns.t >@@ -298,7 +298,7 @@ subtest 'BlockReturnOfLostItems' => sub { > my ( $doreturn, $messages, $issue ) = AddReturn($item->barcode); > is( $doreturn, 0, "With BlockReturnOfLostItems, a checkin of a lost item should be blocked"); > is( $messages->{WasLost}, 1, "... and the WasLost flag should be set"); >- is( $messages->{NeedsTransfer}, undef, "... and no transfer should be triggered"); >+ is( $messages->{NeedsTransfer}, undef, "... and no transfer should be triggered" ); > > $item->discard_changes; > is( $item->itemlost, 1, "Item remains lost" ); >-- >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 35587
:
160093
|
160215
|
160305
|
160323
|
160396
|
160397
|
160398
|
160399