Bugzilla – Attachment 139118 Details for
Bug 31360
Add biblio_id to after_item_action hook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31360: Add biblio_id to after_item_action hook
Bug-31360-Add-biblioid-to-afteritemaction-hook.patch (text/plain), 829 bytes, created by
Marcel de Rooy
on 2022-08-15 11:04:04 UTC
(
hide
)
Description:
Bug 31360: Add biblio_id to after_item_action hook
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-08-15 11:04:04 UTC
Size:
829 bytes
patch
obsolete
>From db49b789a815f8f8712e25df07f12cd10ff229a3 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >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 <m.de.rooy@rijksmuseum.nl> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31360
: 139118