@@ -, +, @@ --- .../prog/en/modules/admin/aqbudgets.tt | 27 +++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -169,12 +169,12 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") } var nTrs = $('#budgeth tbody tr'); - var iColspan = nTrs[0].getElementsByTagName('td').length; + var iColspan = nTrs[1].getElementsByTagName('td').length; var sLastGroup = ""; for ( var i=0 ; i @@ -265,10 +275,13 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") + @@ -283,6 +296,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") + @@ -296,6 +310,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") [% FOREACH budget IN budgets %] + --
Expand all - | Collapse all + | Collapse all + | Hide inactive budgets + | Show inactive budgets
Active Budget period description Fund code Fund name
Period allocated [% IF ( budget_period_total ) %][% budget_period_total %][% END %] [% period_alloc_total %] [% base_alloc_total %]
[% budget.budget_period_active %] Budget [% budget.budget_period_description %] [% budget.budget_code_indent %] [% budget.budget_name %]