19 Oct
2020
19 Oct
'20
11:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26452 --- Comment #3 from Katrin Fischer <katrin.fischer@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=a... 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.