https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39357 Bug ID: 39357 Summary: Wrong sidebar menu on batch checkout page Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 38718 The batch checkout page should have: [% SET aside = Koha.Preference('CircSidebar') ? 'circ-menu' : '' %] ...instead of: [% SET aside = Koha.Preference('CircSidebar') ? 'circ-nav' : '' %] circ-menu.inc is the include file which shows patron details and patron-related links. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38718 [Bug 38718] main container wrapper -- You are receiving this mail because: You are watching all bug changes.