There is a reference to localhost on the counter logs page that shouldn't be there and needs removing
Created attachment 165023 [details] [review] Bug 36623: Remove localhost reference This patch removes a reference to localhost from a url within ERM Test plan: This is quite hard to test without sushi credentials and is quite an easy fix. Check the patch diff to verify that the localhost reference has now been removed from the url
Very obvious and clear correction. Going straight for a PQA here.
I believe this highlights an untranslatable string (Borrowernumber): ? `<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=${row.borrowernumber}">Borrowernumber ${row.borrowernumber}</a>` Please fix in a follow-up or on a separate new bug report.
That is addressed in bug 36627 which embeds the patron and uses the patron name instead
Can you please double check the file for other occurences? I think there is another: "Cronjob"
Created attachment 165114 [details] [review] Bug 36623: Fix translation
Pushed for 24.05! Well done everyone, thank you!
Created attachment 166767 [details] [review] Bug 36623:(follow-up) Fix cypress test
Follow up pushed to main. Thanks!
Pushed to 23.11.x for 23.11.06
Doesn't apply cleanly to 23.05.x, no backport.