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

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-availability.js (-1 / +1 lines)
Lines 119-125 $(document).ready(function () { Link Here
119
                pageSize = results.length;
119
                pageSize = results.length;
120
                // These values are completely arbitrary, but they enable
120
                // These values are completely arbitrary, but they enable
121
                // us to display pagination links
121
                // us to display pagination links
122
                (data.recordsFiltered = 5000), (data.recordsTotal = 5000);
122
                ((data.recordsFiltered = 5000), (data.recordsTotal = 5000));
123
123
124
                return results;
124
                return results;
125
            };
125
            };
(-)a/koha-tmpl/opac-tmpl/bootstrap/js/ill-availability.js (-2 / +1 lines)
Lines 119-125 $(document).ready(function () { Link Here
119
                pageSize = results.length;
119
                pageSize = results.length;
120
                // These values are completely arbitrary, but they enable
120
                // These values are completely arbitrary, but they enable
121
                // us to display pagination links
121
                // us to display pagination links
122
                (data.recordsFiltered = 5000), (data.recordsTotal = 5000);
122
                ((data.recordsFiltered = 5000), (data.recordsTotal = 5000));
123
123
124
                return results;
124
                return results;
125
            };
125
            };
126
- 

Return to bug 41747