<<

NAME

admin/item_circulation_alerts.pl - per-branch configuration for messaging

SYNOPSIS

http://intranet.mydomain.com:8080/cgi-bin/koha/admin/item_circulation_alerts.pl

DESCRIPTION

This CGI script drives an interface for configuring item circulation alerts. If you want to prevent alerts from going out for any combination of branch, patron category, and item type, this is where that policy would be set.

URLs

?action=show

Display a branches item circulation alert preferences.

Parameters:

branch

What branch are we looking at. If none is specified, the virtual default branch '*' is used.

?action=toggle

Toggle a preference via AJAX

Parameters:

id

The id should be string that can be split on "-" which contains: "$categorycode-$item_type-$notification".

branch

Branch code to apply this preference to

<<