https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8367
David Gustafsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #134 from David Gustafsson <[email protected]> --- 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. _______________________________________________ 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/
