[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
Sat Jul 13 10:14:56 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
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
This still needs testing, but I didn't spot problems while reviewing the code.
Only wondering if we should offer the branchcode as another option in the
script. GetBorrowersToExpunge would allow it already:

2025 =head2 GetBorrowersToExpunge
2026 
2027   $borrowers = &GetBorrowersToExpunge(
2028       not_borrowered_since => $not_borrowered_since,
2029       expired_before       => $expired_before,
2030       category_code        => $category_code,
2031       branchcode           => $branchcode
2032   );

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


More information about the Koha-bugs mailing list