https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41314 Bug ID: 41314 Summary: Does ExportCircHistory still has a purpose ? Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: baptiste.wojtkowski@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com I came up to this question while studying following bug: 1 - Set ExportCircHistory to "Don't show" 2 - Check out a book to Henry Acevedo 3 - Look at their circulation history : the footer is broken (it does not fit the lenght of the array), and you cannot export anymore. This bug is still valid and is due to this lines from checkouts-table-footer.inc: 7 [% IF Koha.Preference('ExportCircHistory') %] 8 [% SET td_colspan = 4 %] 9 [% ELSE %] 10 [% SET td_colspan = 3 %] 11 [% END %] However, as far as I understand the syspref the column concerned is always displayed and there is no change in the amount of displayed columns, colspan 3 does not fit. Hence I have two questions : 1 - Has it really been the purpose of this system preference to manage the column named "Export" (I did not explore the history of the code, I'll dig if no one knows) 2 - Shouldn't we simply delete this system preference and have it managed by the columns manager ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.