]> git.koha-community.org Git - koha.git/commit
Bug 31895: New after_account_action hook
authorStefan Berndtsson <stefan.berndtsson@gmail.com>
Mon, 17 Oct 2022 14:46:24 +0000 (16:46 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Nov 2022 14:16:27 +0000 (11:16 -0300)
commit68f7ea8cdf0d9a3372ba71d090c530c2bff3c061
tree84891773fcd3fa3ceee3520e50fc9bec66545352
parente49e7d483a3020ca6e55ee06d5972a9d14ff187f
Bug 31895: New after_account_action hook

Hooks added:
after_account_action with new action add_credit

How to test:
Run tests in t/db_dependent/Koha/Plugins/Account_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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Account.pm
t/db_dependent/Koha/Plugins/Account_hooks.t [new file with mode: 0755]
t/lib/plugins/Koha/Plugin/Test.pm