Text to go in the release notes:
|
This development adds plugin hooks for several holds actions. The hook is called *after_hold_action* and has two parameters
* **action**: containing a string that represents the _action_, possible values: _fill_, _cancel_, _suspend_ and _resume_.
* **payload**: A hashref containing a _hold_ key, which points to the Koha::Hold object.
|