Bugzilla – Attachment 146024 Details for
Bug 32805
When recording localuse in the statistics table location is always NULL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32805: Update location when recording a localuse in statistics table
Bug-32805-Update-location-when-recording-a-localus.patch (text/plain), 1.05 KB, created by
Lucas Gass (lukeg)
on 2023-02-02 19:10:48 UTC
(
hide
)
Description:
Bug 32805: Update location when recording a localuse in statistics table
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-02-02 19:10:48 UTC
Size:
1.05 KB
patch
obsolete
>From 6c57a8086714734d64b14098ce2675bee3b42f9a Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 2 Feb 2023 19:08:08 +0000 >Subject: [PATCH] Bug 32805: Update location when recording a localuse in > statistics table > >To test: >1. Create a statistical patron and checkout, checkin to them. >2. Notice in the statistics table that the location is NULL >3. Apply patch >4. Try steps 1-2 again >5. The location should be correctly recorded in statistics.location >--- > C4/Circulation.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 6fcd4918200..80273c6e690 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -824,6 +824,7 @@ sub CanBookBeIssued { > borrowernumber => $patron->borrowernumber, > ccode => $item_object->ccode, > categorycode => $patron->categorycode, >+ location => $item_object->location, > } > ); > ModDateLastSeen( $item_object->itemnumber ); # FIXME Move to Koha::Item >-- >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 32805
:
146024
|
146158
|
147249
|
147256
|
147257