[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 19 23:59:10 CEST 2020


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
It looks like this is the line in your version:

http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Overdues.pm;h=a9de67d1ee559114524c69e0441b6b2e350cceea;hb=d3ad3a6c884e426c92c3628d3ab0638299e2075b#l663

Maybe it could help to run this SQL statement and see what it returns:

 658         SELECT DISTINCT(branchcode)
 659         FROM overduerules
 660         WHERE delay1 IS NOT NULL
 661         ORDER BY branchcode

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


More information about the Koha-bugs mailing list