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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-3 / +2 lines)
Lines 120-132 Link Here
120
        [% END %]
120
        [% END %]
121
    </script>
121
    </script>
122
    <script>
122
    <script>
123
        $(document).ready(function() {
123
        $(document).ready(function () {
124
            library_ids.forEach(library_id => {
124
            library_ids.forEach(library_id => {
125
                $(`#transferst${library_id}`).kohaTable({
125
                $(`#transferst${library_id}`).kohaTable({
126
                    dom: "t",
126
                    dom: "t",
127
                    paging: false,
127
                    paging: false,
128
                });
128
                });
129
            }
129
            });
130
        });
130
        });
131
    </script>
131
    </script>
132
[% END %]
132
[% END %]
133
- 

Return to bug 41568