There's two `use C4::Log qw( logaction );`. The newest coming from bug 26744.
Created attachment 189657 [details] [review] Bug 41262: Remove duplicate `logaction` import This patch removes a trivial duplicate import. To test: 1. Apply the patch 2. Run: k$ prove t/db_dependent/Koha/Patron.t => SUCCESS: Tests don't break 3. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
Created attachment 189674 [details] [review] Bug 41262: Remove duplicate `logaction` import This patch removes a trivial duplicate import. To test: 1. Apply the patch 2. Run: k$ prove t/db_dependent/Koha/Patron.t => SUCCESS: Tests don't break 3. Sign off :-D Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
Nice work everyone! Pushed to main for 25.11
Nice work everyone! Pushed to 25.05.x
Depends on Bug 26744 not in 24.11.x
Architecture change, no changes to the manual required.