https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944
--- Comment #15 from Marcel de Rooy <[email protected]> --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt index 5431aa782a..927d37993c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt @@ -309,7 +309,7 @@ <div class="col-sm-2 col-sm-pull-10"> <aside> - [% INCLUDE 'biblio-view-menu.inc' %] + </aside> </div> <!-- /.col-sm-2.col-sm-pull-10 --> </div> <!-- /.row --> => This UNUSABLE patch would make the error go away. It definitely has to do something imo with the Koha::Template::Plugin::Biblio which is used in the include. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
