@@ -, +, @@ associated bib - Go to Tools > Log viewer - Uncheck All modules - Check the 'Catalog' module - Make sure "To screen in the browser" is the selected output - Click Submit -Apply patch -Try again, you should not see the biblio-view-menu -Try one more time but this time add a valid biblionumber to the Object: field. Now the biblio-view-menu should show with links to that particular bib. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -430,7 +430,7 @@ [% IF ( circulation ) %] [% INCLUDE 'circ-menu.inc' %] [% ELSE %] - [% IF ( CATALOGUING ) %] + [% IF ( CATALOGUING && object ) %] [% INCLUDE 'biblio-view-menu.inc' %] [% ELSE %] [% INCLUDE 'tools-menu.inc' %] --