Bug 4495 - In tools > Overdue notice/status triggers ( file overduerules.pl ) the checkbox to set a category of users to "debarred" doesn't work.
Summary: In tools > Overdue notice/status triggers ( file overduerules.pl ) the checkb...
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: rel_3_0
Hardware: PC All
: P5 - low normal (vote)
Assignee: Paul Poulain
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 04:53 UTC by Chris Cormack
Modified: 2012-10-26 00:40 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:27:51 UTC


---- Reported by toni.rosa@gmail.com 2010-05-12 16:53:02 ----

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])-(.*)/) {



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:27 UTC  ---

This bug was previously known as _bug_ 4495 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4495

Actual time not defined. Setting to 0.0
The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: chris@bigballofwax.co.nz.
   Previous reporter was toni.rosa@gmail.com.
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Paul Poulain 2011-08-02 15:01:28 UTC
can't reproduce the buggy behaviour