From db49b789a815f8f8712e25df07f12cd10ff229a3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 15 Aug 2022 11:01:51 +0000 Subject: [PATCH] Bug 31360: Add biblio_id to after_item_action hook Content-Type: text/plain; charset=utf-8 No test plan. Just adding an parameter that may or may not be useful for the attached plugin. Signed-off-by: Marcel de Rooy --- Koha/Item.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Item.pm b/Koha/Item.pm index b3ac362334..03cd256831 100644 --- a/Koha/Item.pm +++ b/Koha/Item.pm @@ -1693,6 +1693,7 @@ sub _after_item_action_hooks { action => $action, item => $self, item_id => $self->itemnumber, + biblio_id => $self->biblionumber, } ); } -- 2.20.1