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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-2 / +4 lines)
Lines 374-379 Link Here
374
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
374
    [% Asset.js("js/acquisitions-menu.js") | $raw %]
375
    [% INCLUDE 'datatables.inc' %]
375
    [% INCLUDE 'datatables.inc' %]
376
    [% INCLUDE 'calendar.inc' %]
376
    [% INCLUDE 'calendar.inc' %]
377
    <script>
378
        var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %];
379
    </script>
380
377
    <script>
381
    <script>
378
        var late_orderst;
382
        var late_orderst;
379
        function check_uncheck() {
383
        function check_uncheck() {
Lines 388-394 Link Here
388
392
389
        $(document).ready(function() {
393
        $(document).ready(function() {
390
394
391
            var table_settings = [% TablesSettings.GetTableSettings( 'acqui', 'lateorders', 'late_orders', 'json' ) | $raw %];
392
            late_orderst = $("#late_orders").kohaTable({
395
            late_orderst = $("#late_orders").kohaTable({
393
                order: [[ 1, "asc" ]],
396
                order: [[ 1, "asc" ]],
394
                pagingType: "full",
397
                pagingType: "full",
395
- 

Return to bug 41563