Bugzilla – Attachment 176185 Details for
Bug 17506
Offline circ needs to be logged
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17506: (follow-up) Check IssueLog syspref when logging offline checkout
Bug-17506-follow-up-Check-IssueLog-syspref-when-lo.patch (text/plain), 794 bytes, created by
Nick Clemens (kidclamp)
on 2025-01-07 12:19:11 UTC
(
hide
)
Description:
Bug 17506: (follow-up) Check IssueLog syspref when logging offline checkout
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-01-07 12:19:11 UTC
Size:
794 bytes
patch
obsolete
>From aabd71c187b34fdc133526d744383fbf1613952e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 7 Jan 2025 12:18:36 +0000 >Subject: [PATCH] Bug 17506: (follow-up) Check IssueLog syspref when logging > offline checkout > >--- > C4/Circulation.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 0cf848b3520..52298497115 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -4301,7 +4301,7 @@ sub ProcessOfflineIssue { > ); > > logaction("CIRCULATION", "ISSUE", $issue->{borrowernumber}, $itemnumber) >- if C4::Context->preference("ReturnLog"); >+ if C4::Context->preference("IssueLog"); > } > AddIssue( > $patron, >-- >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 17506
:
132971
|
147842
|
151697
|
151698
|
151699
|
151707
|
151708
|
176184
| 176185