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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +2 lines)
Lines 1135-1141 canned reports and writing custom SQL reports.</p> Link Here
1135
            var editor = CodeMirror.fromTextArea(sql, {
1135
            var editor = CodeMirror.fromTextArea(sql, {
1136
                lineNumbers: true,
1136
                lineNumbers: true,
1137
                mode: "text/x-sql",
1137
                mode: "text/x-sql",
1138
                lineWrapping: true
1138
                lineWrapping: true,
1139
                smartIndent: false
1139
            });
1140
            });
1140
1141
1141
            // https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232
1142
            // https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232
1142
- 

Return to bug 24497