http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10419 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #11 from Katrin Fischer <katrin.fischer@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.