https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367 David Gustafsson <glasklas@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glasklas@gmail.com --- Comment #134 from David Gustafsson <glasklas@gmail.com> --- It seems like this block was incorrectly removed, probably as part of recent rebase: - [% UNLESS ( borrowers ) %] - [% IF borrowernumber and patron %] - <div class="col-sm-2 col-sm-pull-10"> - <aside> - [% INCLUDE 'circ-menu.inc' %] - </aside> - </div> <!-- /.col-sm-2 col-sm-pull-10 --> - [% END %] - [% END %] This makes the sidebar menu disappear on the circulation page. Removed this change from the "Bug 8367: How long is a hold waiting for pickup at a more granular level"-commit. -- You are receiving this mail because: You are watching all bug changes.