[Koha-bugs] [Bug 3468] Enhanced patron searching, patron batch edit/delete

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Mon Aug 31 23:07:08 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3468





--- Comment #6 from Jane Wagner <jwagner at ptfs.com>  2009-08-31 21:07:07 ---
The feature will not delete patrons with items currently checked out.  There is
a syspref BatchMemberDeleteFineThreshhold where you can set a threshold for
outstanding fines.  Under that amount, the patron can be deleted; over it, the
delete won't happen.  

If the patron has a hold, the hold will be deleted when the patron is deleted.

Display of the SQL search option is controlled by a syspref
ShowPatronSearchBySQL.  The SQL search has the first part (select...) hardcoded
and will strip out anything after a semicolon as a precaution.


-- 
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