http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12089 Bug ID: 12089 Summary: Remove use of dt_add_type_uk_date() Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org Many templates call dt_add_type_uk_date() to handle sorting of date columns in tables when the dateformat system preference is set to "metric." Some of these templates already use the "title-string" method (http://wiki.koha-community.org/wiki/DataTables_HowTo#Sorting_dates_regardles...) for sorting, and the call can be removed. Other templates should be updated to use the "title-string" method. As I make corrections I also intend to update sorting configurations to use the newer guideline described here: http://wiki.koha-community.org/wiki/DataTables_HowTo#Obsolete_configuration_... -- You are receiving this mail because: You are watching all bug changes.