[Koha-bugs] [Bug 30072] Add more holds hooks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 7 12:23:30 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30072

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This development adds
      release notes|                            |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.

--- Comment #26 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Katrin Fischer from comment #25)
> (In reply to Katrin Fischer from comment #20)
> > Please remember to update the wiki page as well :) 
> > https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks
> 
> *cough*

Done.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list