]> git.koha-community.org Git - koha.git/commit
Bug 27155: Include identifier test in Biblio_and_Items_plugin_hooks.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tue, 28 Sep 2021 11:50:22 +0000 (11:50 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 21 Oct 2021 03:51:42 +0000 (17:51 -1000)
commit98ed5a39583f671ef51ce8b18b828cfb19ed6ced
treec5ddb696ed252dc19f489d194d52009f4f8e1582
parenta4f65c8041e63cda08837718bf05dd18cbff3348
Bug 27155: Include identifier test in Biblio_and_Items_plugin_hooks.t

The biblio and item action hooks pass a biblionumber or itemnumber now
to the plugin at time of deletion.
This patch adds a tiny refinement to Biblio_and_Items_plugin_hooks.t
and the associated test plugin to be sure of that.

Test plan:
Run t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 3d5ea8d426123e190369fafc35576096ebf96a3d)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t
t/lib/Koha/Plugin/Test.pm