https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30072
Tomás Cohen Arazi <[email protected]> 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 <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
