Item circulation alerts
Select a library:
Legend
Color |
Meaning |
|
These are disabled for ALL libraries. To change these settings, choose the "Default" library. |
|
These are disabled for the current library. |
|
These are enabled. |
Circulation alerts for [% branch_name %]
Click on the grid to toggle the settings.
Checkout
|
[% FOREACH item_type IN item_types %]
[% item_type.br_description %] |
[% END %]
[% FOREACH grid_checkou IN grid_checkout %]
[% grid_checkou.description %] |
[% FOREACH item IN grid_checkou.items %]
[% item.text %] |
[% END %]
[% END %]
Check-in
|
[% FOREACH item_type IN item_types %]
[% item_type.br_description %] |
[% END %]
[% FOREACH grid_checki IN grid_checkin %]
[% grid_checki.description %] |
[% FOREACH item IN grid_checki.items %]
[% item.text %] |
[% END %]
[% END %]