[Koha-bugs] [Bug 26452] overdue_notices causes "uninitialized value in string"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 26 11:40:21 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26452

--- Comment #4 from Matthew Wyneken <wyneken at physik.uni-freiburg.de> ---
Thanks for the response, Katrin!

I really don't know much about mysql so I hope I did this correctly. I created
a script file test.sql:

USE koha_libschil
SELECT DISTINCT(branchcode)
FROM overduerules
WHERE delay1 IS NOT NULL
ORDER BY branchcode

Then I executed it like this but there was no output at all:

# mysql --user=root -p <test.sql
Enter password:

Does that provide any useful information?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list