View | Details | Raw Unified | Return to bug 9349
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +1 lines)
Lines 62-67 $(document).ready(function(){ Link Here
62
[% END %]
62
[% END %]
63
  // call the tablesorter plugin
63
  // call the tablesorter plugin
64
  $("#table_reports").tablesorter({
64
  $("#table_reports").tablesorter({
65
    [% IF ( dateformat_metric ) %]dateFormat: 'uk',[% END %]
65
    widgets : ['zebra'],
66
    widgets : ['zebra'],
66
    sortList: [[1,0]],
67
    sortList: [[1,0]],
67
    headers: {
68
    headers: {
68
- 

Return to bug 9349