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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 24 Feb 2023 20:02:19 +0000 (17:02 -0300)
commit14b2c2f0b27a728772920dfe97afae7ddc2fa412
treed968864c56743e6c8c315dba7e212e0ce6c123bc
parent9729621c1d8bf2573e7b7d08a69e6ef572b3388d
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>
C4/Circulation.pm