https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26452
--- Comment #3 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
