https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43373 Bug ID: 43373 Summary: Holdings table always displays the shelving location column Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Target Milestone: --- Shelving location is always displayed because it unconditionally wraps the output in: ``` let nodes = '<span class="shelvingloc">'; ... nodes += "</span>"; return nodes; ``` -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.