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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +3 lines)
Lines 205-215 Link Here
205
[% MACRO jsinclude BLOCK %]
205
[% MACRO jsinclude BLOCK %]
206
    [% INCLUDE 'datatables.inc' %]
206
    [% INCLUDE 'datatables.inc' %]
207
    <script>
207
    <script>
208
        var MSG_CANCEL_SELECTED = _("Cancel selected (%s)");
209
        var holdst_table_settings  = [% TablesSettings.GetTableSettings( 'circ', 'holds_awaiting_pickup', 'holdst',  'json' ) | $raw %];
208
        var holdst_table_settings  = [% TablesSettings.GetTableSettings( 'circ', 'holds_awaiting_pickup', 'holdst',  'json' ) | $raw %];
210
        var holdso_table_settings  = [% TablesSettings.GetTableSettings( 'circ', 'holds_awaiting_pickup', 'holdso',  'json' ) | $raw %];
209
        var holdso_table_settings  = [% TablesSettings.GetTableSettings( 'circ', 'holds_awaiting_pickup', 'holdso',  'json' ) | $raw %];
211
        var holdscr_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holds_awaiting_pickup', 'holdscr', 'json' ) | $raw %];
210
        var holdscr_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holds_awaiting_pickup', 'holdscr', 'json' ) | $raw %];
211
    </script>
212
212
213
    <script>
214
        var MSG_CANCEL_SELECTED = _("Cancel selected (%s)");
213
        $(document).ready(function() {
215
        $(document).ready(function() {
214
            $("#holdst").kohaTable(
216
            $("#holdst").kohaTable(
215
                {
217
                {
216
- 

Return to bug 41568