@@ -, +, @@ - Create 3 budgets A, B, C. - Create 1 or more funds for A, B, C - Mark B and C as inactive. - Create another fund for A - Go on the fund list view, click on "show inactive funds" --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -182,9 +182,8 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") "aoColumnDefs": [ { "bVisible": false, "aTargets": [ 0, 1 ] } ], - "aaSortingFixed": [[ 1, 'asc' ]], - "aaSorting": [[ 2, 'asc' ]], - 'bSort': false, + 'bSort': true, + 'aaSortingFixed': [[ 1, 'asc' ]], 'bPaginate': false, "bAutoWidth": false })); @@ -313,7 +312,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") [% END %] [% budget.budget_period_active %] - Budget [% budget.budget_period_description %] + Budget [% budget.budget_period_description %][% UNLESS budget.budget_period_active %] (inactive)[% END %] [% budget.budget_code_indent %] [% budget.budget_name %] --