http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4495 Summary: In tools > Overdue notice/status triggers ( file overduerules.pl ) the checkbox to set a category of users to "debarred" doesn't work. Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: toni.rosa@gmail.com Estimated Hours: 0.0 Change sponsored?: --- File overduerules.pl contains an error and doesn't save the value of the "debarred" checkbox option: It can be fixed by changing the line 89 in overduerultes.pl from: if ($key =~ /(delay|letter)([1-3])-(.*)/) { to: if ($key =~ /(delay|letter|debarred)([1-3])-(.*)/) { -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.