Bug 31896: New after_recall_action hook
authorStefan Berndtsson <stefan.berndtsson@gmail.com>
Mon, 17 Oct 2022 14:48:30 +0000 (16:48 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 9 Nov 2022 17:34:41 +0000 (14:34 -0300)
commit2f6b597b089539986671cf5f6642f2d617819583
tree5715c03be01f9abcbdf348fff83f75cf65f49d97
parentb61df924bfe7d83cc15fa2a358e4a09d4d54df8d
Bug 31896: New after_recall_action hook

Hooks added:
after_recall_action with new action add

How to test:
Run tests in t/db_dependent/Koha/Plugins/Recall_hooks.t

Sponsored by: Gothenburg University Library

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
[EDIT} Adding get_from_storage ;) For current consistency.
See further bug 32107.
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Recalls.pm
t/db_dependent/Koha/Plugins/Recall_hooks.t [new file with mode: 0755]
t/lib/plugins/Koha/Plugin/Test.pm