Bugzilla – Attachment 118086 Details for
Bug 27120
Send biblio to Koha plugins hook 'intranet_catalog_biblio_tab'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27120: (follow-up) also send biblionumber
Bug-27120-follow-up-also-send-biblionumber.patch (text/plain), 1.05 KB, created by
Fridolin Somers
on 2021-03-11 08:15:57 UTC
(
hide
)
Description:
Bug 27120: (follow-up) also send biblionumber
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2021-03-11 08:15:57 UTC
Size:
1.05 KB
patch
obsolete
>From 2e1f28d161b765500550d16a0658745409281104 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 11 Mar 2021 09:14:38 +0100 >Subject: [PATCH] Bug 27120: (follow-up) also send biblionumber > >Like in after_biblio_action hook >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 06a53941ec..6f4b4ab02f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -31,7 +31,7 @@ > [% END %] > [% END %] > >-[% SET plugins_intranet_catalog_biblio_tabs = KohaPlugins.get_plugins_intranet_catalog_biblio_tab({ biblio => biblio }) %] >+[% SET plugins_intranet_catalog_biblio_tabs = KohaPlugins.get_plugins_intranet_catalog_biblio_tab({ biblio => biblio, biblio_id => biblionumber }) %] > > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-- >2.30.2
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 27120
:
114061
|
114062
|
118085
|
118086
|
119096
|
119098
|
119734
|
119735