Bug 32805: Update location when recording a localuse in statistics table
authorLucas Gass <lucas@bywatersolutions.com>
Thu, 2 Feb 2023 19:08:08 +0000 (19:08 +0000)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 28 Feb 2023 16:49:57 +0000 (16:49 +0000)
commit99a469b2902ce4a0727808212fcb5a79dac75dd8
treecca10e652d146e86dcc5ca57349fdab20aaac018
parent0c66a9a9b39272d1acdcad334851a208be144421
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

Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 14b2c2f0b27a728772920dfe97afae7ddc2fa412)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
C4/Circulation.pm