Bugzilla – Attachment 173050 Details for
Bug 37505
Statistical patrons don't display information about item status if item wasn't checked out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37505: (QA follow-up) Don't log return stat if ignore_localuse and no checkout
Bug-37505-QA-follow-up-Dont-log-return-stat-if-ign.patch (text/plain), 968 bytes, created by
Emily Lamancusa (emlam)
on 2024-10-21 14:06:12 UTC
(
hide
)
Description:
Bug 37505: (QA follow-up) Don't log return stat if ignore_localuse and no checkout
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-10-21 14:06:12 UTC
Size:
968 bytes
patch
obsolete
>From 2d9289e1d3a2d4816a782f978735a543585a9e24 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Mon, 21 Oct 2024 08:52:21 -0400 >Subject: [PATCH] Bug 37505: (QA follow-up) Don't log return stat if > ignore_localuse and no checkout > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index bd8ecfc58f..46c14732a8 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2466,7 +2466,7 @@ sub AddReturn { > ccode => $item->ccode, > categorycode => $categorycode, > interface => C4::Context->interface, >- }) unless ( $skip_localuse && $stat_type eq 'localuse' ); >+ }) unless ( $skip_localuse && !$issue ); > > # Send a check-in slip. # NOTE: borrower may be undef. Do not try to send messages then. > if ( $patron ) { >-- >2.34.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 37505
:
170888
|
170911
|
173049
| 173050 |
173051