Bug 21468: Add 'checkout' action for _after_circ_actions
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 6 Jul 2020 08:44:11 +0000 (09:44 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 30 Jul 2020 15:30:23 +0000 (17:30 +0200)
commit2751defa7ca09cc5040021012dd503464ecf1b32
tree6cc3f74918d65441bf23ecb0255153812fe6d708
parentd7392cad470f5809475ccb731e6a229a0bc9504d
Bug 21468: Add 'checkout' action for _after_circ_actions

This patch adds a call to _after_circ_actions into AddIssue and passes
an appropriate payload for plugins to utilise after issuing items.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm