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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +3 lines)
Lines 216-221 Link Here
216
    [% INCLUDE 'datatables.inc' %]
216
    [% INCLUDE 'datatables.inc' %]
217
    <script>
217
    <script>
218
        var table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holdsratios', 'holds-ratios', 'json' ) | $raw %];
218
        var table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holdsratios', 'holds-ratios', 'json' ) | $raw %];
219
    </script>
220
221
    <script>
219
         $(document).ready(function() {
222
         $(document).ready(function() {
220
             $("#holds-ratios").kohaTable(
223
             $("#holds-ratios").kohaTable(
221
                 {
224
                 {
222
- 

Return to bug 41568