Use of uninitialized value in concatenation (.) or string at /kohadevbox/koha/Koha/Patron.pm line 797. Because of this t/db_dependent/Patron/Borrower_Debarments.t fails
Created attachment 185356 [details] [review] Bug 40641: Fallback to empty values when logging action
This is due to Bug 22632.
Created attachment 185372 [details] [review] Bug 40641: Fallback to empty values when logging action Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Trivial patch and the obvious cause of the regression, self sign-off.
Created attachment 185373 [details] [review] Bug 40641: Fallback to empty values when logging action Bug 22632 introduced the merge logging feature but missed to sanitize strings to avoid warnings. This patch fixes that. To test: 1. Run: $ ktd --shell k$ prove t/db_dependent/Patron/Borrower_Debarments.t => FAIL: Tests fail! Warnings introduced! 2. Apply this patch 3. Repeat 1 => SUCCESS: Tests pass! 4. Sign off :-D Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Pushed to main for 25.11.x, thanks all.