Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 682 Bytes

deletions.md

File metadata and controls

21 lines (13 loc) · 682 Bytes

Deletions

Deletion rules are a set of fields/values defining which borrowers must be delted in Koha.

2 conditions must be met to delete a borrower:

  1. the entire rule fields must have been matched the incoming data
  2. the incoming data must have been matched a corresponding patron in Koha regarding the matching point
  3. the matched Koha borrower must not have any due charges
  4. the matched Koha borrower must not have any due checkouts

Create a rule

Type a rule name and click "Add" button.

Add rule

Add fields

Select a field, entrer a value and click on "Add" button.

Add field