Bugzilla – Attachment 185454 Details for
Bug 40296
Bookings that are checked out do not have status updated to completed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40296: Fix failing Returns.t test
Bug-40296-Fix-failing-Returnst-test.patch (text/plain), 967 bytes, created by
Lucas Gass (lukeg)
on 2025-08-15 14:42:42 UTC
(
hide
)
Description:
Bug 40296: Fix failing Returns.t test
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-08-15 14:42:42 UTC
Size:
967 bytes
patch
obsolete
>From fe17713b04d1b4527944d21fe4bceef389102afc Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 15 Aug 2025 14:42:12 +0000 >Subject: [PATCH] Bug 40296: Fix failing Returns.t test > >--- > t/db_dependent/Circulation/Returns.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t >index 2f6d326fdfe..7dece48b3aa 100755 >--- a/t/db_dependent/Circulation/Returns.t >+++ b/t/db_dependent/Circulation/Returns.t >@@ -144,6 +144,7 @@ subtest "AddReturn logging on statistics table (item-level_itypes=1)" => sub { > ); > warning_like { AddIssue( $patron, $item_without_itemtype->barcode ) } > [ >+ qr/^item-level_itypes set but no itemtype set for item/, > qr/^item-level_itypes set but no itemtype set for item/, > qr/^item-level_itypes set but no itemtype set for item/, > qr/^item-level_itypes set but no itemtype set for item/ >-- >2.39.5
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 40296
:
183717
|
183743
|
183744
|
183745
|
183820
|
183821
|
183822
|
185383
|
185384
|
185385
|
185386
|
185387
|
185388
|
185389
|
185390
| 185454