https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30747
Bug ID: 30747
Summary: Column settings on otherholdings table in detail.tt
doesnt work
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
If you turn on the system preference SeparateHoldings you will get a
otherholdings table on detail.tt. Table settings cannot be applied to this
table. The the Columns icon is not present in the top pager.
The reason is because of the JS:
if ( !has_images[i] ) { // remove the cover_image column
table_settings.splice(1,1);
}
table_settings.splice(1,1) is removing the table settings that control the
otherholdings table columns.
--
You are receiving this mail because:
You are the assignee for the bug.
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/