Defining [% IF ( branch ) %]overdue actions for [% Branches.GetName( branch ) | html %][% 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.
Data error
The following errors were found. Please correct them and submit again:
-
[% IF ( ERRORDELAY ) %]
- Delay [% ERRORDELAY | html %] for [% BORERR | html %] patron category has some unexpected characters. There should be only numerical characters. [% END %] [% IF ( ERRORUSELESSDELAY ) %]
- No letter or restriction action specified for delay [% ERRORUSELESSDELAY | html %] for [% BORERR | html %] 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 | html %] patron category [% END %]
You don't have patron categories defined, or the patron categories are not set to receive overdue notices.
If this is not what you were expecting, go to patron categories
[% END %]