patron cleaning - do not delete staff borrowers
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 13 May 2008 15:56:49 +0000 (10:56 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 13 May 2008 22:40:33 +0000 (17:40 -0500)
commit472d77353e1997844f50475bef5b7b5027c9f203
treea4833f069fb461a26a64a14946c734fe4db3369d
parentb42b8da0d6b6617aaddf84d9e48c71581631d059
patron cleaning - do not delete staff borrowers

Adjusted C4::Members::GetBorrowersWhoHaveNotBorrowedSince so
that staff member records are not selected for deletion.

This functionality change is motivated by the consideration
that a staff member who is authorized to operate Koha is
not necessarily a prolific user of the library's services.
If a batch purge job for inactive staff records is really need,
it should be a separate tool.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Members.pm