[Koha-bugs] [Bug 7266] New: overdue.pl : filter on flags "debarred" "suspended" and "gonenoaddress" not working

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 25 11:33:03 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7266

             Bug #: 7266
           Summary: overdue.pl : filter on flags "debarred" "suspended"
                    and "gonenoaddress" not working
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
        AssignedTo: adrien.saurat at biblibre.com
        ReportedBy: adrien.saurat at biblibre.com
         QAContact: ian.walls at bywatersolutions.com
                CC: gmcharlt at gmail.com


When looking for overdues, the combobox "Patron flags" has no effect.
Three values are available in the list:
Address in question
Restricted
Lost card

None of this works (empty result) as the code currently assumes that these
filters work with the "flags" field in the database. Actually, the form value
should be compared instead with the contents of the gonenoaddress, debarred and
lost fields.

"Address in question" should filter by: gonenoaddress TRUE
"Restricted" should filter by: debarred date >= current date
"Lost card" should filter by: lost TRUE

-- 
Configure bugmail: http://bugs.koha-community.org/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