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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 1161-1167 canned reports and writing custom SQL reports.</p> Link Here
1161
        $(document).ready(function(){
1161
        $(document).ready(function(){
1162
1162
1163
            $("body").on('click',".fetch_chart_data",function(){
1163
            $("body").on('click',".fetch_chart_data",function(){
1164
                if( [% unlimited_total | $raw %] > 1000 ){
1164
                if( [% unlimited_total || 0 | $raw %] > 1000 ){
1165
                    if( confirm("Fetching full chart data for reports with many rows can cause performance issues. Are you sure you with to chart this report?") ){
1165
                    if( confirm("Fetching full chart data for reports with many rows can cause performance issues. Are you sure you with to chart this report?") ){
1166
                        return true;
1166
                        return true;
1167
                    } else {
1167
                    } else {
1168
- 

Return to bug 23626