https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27376 --- Comment #5 from Steve Cooney <steve@softwaremage.co.nz> --- So ColumnSettings is deprecated in the following commit. Bug 24156: move ColumnsSettings to TablesSettings https://github.com/Koha-Community/Koha/commit/de54267510a31d332144c6e8e71833... I am running my own version of opac templates and these still reference columns_settings files and includes as per my grep results: pacwin@ubuntukoha:~$ sudo grep -r -i "ColumnsSettings" /usr/share/koha/ /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/includes/columns_settings.inc:[% USE ColumnsSettings %] /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt:[% USE ColumnsSettings %] /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt: var columns_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'holdingst', 'json' ) | $raw %]; /usr/share/koha/opac/htdocs/opac-tmpl/nznbrl/en/modules/opac-detail.tt: var serial_column_settings = [% ColumnsSettings.GetColumns( 'opac', 'biblio-detail', 'subscriptionst', 'json' ) | $raw %]; So I have a way forward to solve the issue now that koha/lib and /usr/share/koha/opac/htdocs/opac-tmpl templates are out of sync. -- You are receiving this mail because: You are watching all bug changes.