[Koha-bugs] [Bug 4495] New: In tools > Overdue notice/status triggers ( file overduerules.pl ) the checkbox to set a category of users to "debarred" doesn't work.

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Wed May 12 18:53:02 CEST 2010


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 at biblibre.com
        ReportedBy: toni.rosa at 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.



More information about the Koha-bugs mailing list