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

--- Comment #2 from Maryse Simard <[email protected]> ---
Created attachment 116007
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116007&action=edit
Bug 27066: Add plugin hook after_patron_action

The hook is called after patron manipulations. The value of the
'action' parameter can be 'create', 'modify' or 'delete'.

To test:
1. Write a simple plugin that implements at least the new
   after_patron_action hook.
2. Install the plugin and enable it.
3. Create, modify or delete a patron and verify that the plugin method
   for the hook has been called with the right parameters.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to