Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]
Delay is the number of days after a checkout is due before an action is triggered.
If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.
Columns must be filled left to right: if the first column is blank, other columns will be ignored.
[% IF ( ERROR ) %]
Data error
The following errors were found. Please correct them and submit again:
[% IF ( ERRORDELAY ) %]
- Delay [% ERRORDELAY %] for [% BORERR %] patron category has some unexpected characters. There should be only numerical characters.
[% END %]
[% IF ( ERRORUSELESSDELAY ) %]
- No letter or restriction action specified for delay [% ERRORUSELESSDELAY %] for [% BORERR %] patron category. If a delay is supplied, either a letter, restrict action, or both should be specified.
[% END %]
[% IF ( ERRORORDER ) %]
- The first notice's delay should be less than the second, which should be less than the third for the [% BORERR %] patron category
[% END %]
[% END %]
[% IF ( table ) %]
[% ELSE %]
You don't have patron categories defined, or the patron categories are not set to receive overdue notices.
[% END %]