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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (-1 / +3 lines)
Lines 170-175 Link Here
170
    [% INCLUDE 'datatables.inc' %]
170
    [% INCLUDE 'datatables.inc' %]
171
    <script>
171
    <script>
172
        var table_settings = [% TablesSettings.GetTableSettings( 'reports', 'orders_by_fund', 'funds-table', 'json' ) | $raw %];
172
        var table_settings = [% TablesSettings.GetTableSettings( 'reports', 'orders_by_fund', 'funds-table', 'json' ) | $raw %];
173
    </script>
174
175
    <script>
173
        $(document).ready( function () {
176
        $(document).ready( function () {
174
            var funds_table = $("#funds").kohaTable(
177
            var funds_table = $("#funds").kohaTable(
175
                {
178
                {
176
- 

Return to bug 41576