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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroups.tt (-2 / +1 lines)
Lines 120-126 Link Here
120
        [% MACRO jsinclude BLOCK %]
120
        [% MACRO jsinclude BLOCK %]
121
            [% INCLUDE 'datatables.inc' %]
121
            [% INCLUDE 'datatables.inc' %]
122
            [% Asset.js('lib/jquery/plugins/jquery.dataTables.columnFilter.js') | $raw %]
122
            [% Asset.js('lib/jquery/plugins/jquery.dataTables.columnFilter.js') | $raw %]
123
            <script type="text/javascript">
123
            <script>
124
                $(document).ready(function() {
124
                $(document).ready(function() {
125
                    var options = {
125
                    var options = {
126
                        "paging": false,
126
                        "paging": false,
127
- 

Return to bug 11708