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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +4 lines)
Lines 169-174 $(document).ready(function(){ Link Here
169
    });
169
    });
170
[% END %]
170
[% END %]
171
171
172
    // redefine the datepicker's default because reports require ISO
173
    // http://jqueryui.com/demos/datepicker/#option-dateFormat
174
    $( ".datepicker" ).datepicker( "option", "dateFormat", "yy-mm-dd" );
175
172
[% IF (create || editsql || save) %]
176
[% IF (create || editsql || save) %]
173
    $("#select_group").change(function() {
177
    $("#select_group").change(function() {
174
        if($(this).attr('checked')) {
178
        if($(this).attr('checked')) {
175
- 

Return to bug 14382