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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +3 lines)
Lines 56-61 $(document).ready(function(){ Link Here
56
    positionFixed: false,
56
    positionFixed: false,
57
    size:          20
57
    size:          20
58
  });
58
  });
59
  // redefine the datepicker's default because reports require ISO
60
  // http://jqueryui.com/demos/datepicker/#option-dateFormat
61
  $( ".datepicker" ).datepicker( "option", "dateFormat", "yy-mm-dd" );
59
});
62
});
60
//]]>
63
//]]>
61
</script>
64
</script>
62
- 

Return to bug 8596