https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43373
--- Comment #2 from David Nind <[email protected]> --- Created attachment 204233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204233&action=edit Bug 43373: Holdings table - hide the shelving location column if empty The shelving location cell is always built with data: an empty HTML tag is added even if there is no location. So the "Shelving location" column is always displayed, it should only be displayed if there are items with data. Test plan: Have a biblio with all items without shelving location (or without several pages and at least one page without data). If all rows have empty shelving loc, the column should be hidden Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
