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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Katrin Fischer <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to