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 1129-1135 canned reports and writing custom SQL reports.</p> Link Here
1129
            var editor = CodeMirror.fromTextArea(sql, {
1129
            var editor = CodeMirror.fromTextArea(sql, {
1130
                lineNumbers: true,
1130
                lineNumbers: true,
1131
                mode: "text/x-sql",
1131
                mode: "text/x-sql",
1132
                lineWrapping: true
1132
                lineWrapping: true,
1133
                smartIndent: false
1133
            });
1134
            });
1134
1135
1135
            // https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232
1136
            // https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232
1136
- 

Return to bug 24497