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 124-136 Link Here
124
        [% END %]
124
        [% END %]
125
    </script>
125
    </script>
126
    <script>
126
    <script>
127
        $(document).ready(function() {
127
        $(document).ready(function () {
128
            library_ids.forEach(library_id => {
128
            library_ids.forEach(library_id => {
129
                $(`#transferst${library_id}`).kohaTable({
129
                $(`#transferst${library_id}`).kohaTable({
130
                    dom: "t",
130
                    dom: "t",
131
                    paging: false,
131
                    paging: false,
132
                });
132
                });
133
            }
133
            });
134
        });
134
        });
135
    </script>
135
    </script>
136
[% END %]
136
[% END %]
137
- 

Return to bug 41568