[Koha-bugs] [Bug 24031] Add plugin hook after_hold_create

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 10 15:54:21 CEST 2020


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #98788|0                           |1
        is obsolete|                            |
  Attachment #98789|0                           |1
        is obsolete|                            |
 Attachment #105256|0                           |1
        is obsolete|                            |
 Attachment #105257|0                           |1
        is obsolete|                            |

--- Comment #11 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 105693
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105693&action=edit
Bug 24031: Add plugin hook after_hold_create

It is called after a hold has been placed

Test plan:
1. Write a plugin that implements only after_hold_create (see
   `perldoc Koha::Plugins` for implementation details). Install it and
   enable it
2. Place a hold and verify that your plugin method has been called with
   the right parameters

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Pasi Kallinen <pasi.kallinen at koha-suomi.fi>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list