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@biblibre.com ReportedBy: adrien.saurat@biblibre.com QAContact: ian.walls@bywatersolutions.com CC: gmcharlt@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.