[Koha-bugs] [Bug 10419] There is no cronjob script for deleting patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 29 15:04:34 CEST 2013


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #31 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have started testing this, but ran into something that doesn't seem right:

Testing notes:
./delete_patrons.pl
  Gives a helpful message about the use of the script.
./delete_patrons.pl -h
  Outputs useful information about the use of the script
  and its various options.
./delete_patrons.pl --category_code ST --library CPL
  Gives the correct results in numbers and deletion was done
  properly.

Testing various conditions where a delete should not occur:
- Patron has checkouts
  Patron is not in list of patrons to delete (x patrons to delete)
- Patron has fines
  Patron is still in list of patrons to delete (x patrons to delete)
  Patron is deleted, script gives no success message.
./delete_patrons.pl --category_code ST --library CPL -c
1 patrons to delete

When you check the database, the patron has been deleted (including the move to
deletedborrowers), although he owed money to the library. (I used a MANUAL_INV
of copier fees here). I verified that deleting patrons with fines is not
possible in the interface.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list