Bugzilla – Attachment 119735 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.17 KB, created by
Kyle M Hall (khall)
on 2021-04-16 13:38:50 UTC
(
hide
)
Description:
Bug 27120: (follow-up) also send biblionumber
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-16 13:38:50 UTC
Size:
1.17 KB
patch
obsolete
>From d69ca32668e4b917eee34a30533dd064a258552e 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 > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 728f35db7d..900b3b1394 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.24.3 (Apple Git-128)
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