Bug 11578: (follow-up) fix budgets grouping

If 2 budgets (budget periods) have the same description, the funds will
be grouped into the same "block".
This patch adds a distinction adding the id of the budget next to the
description.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Jonathan Druart 2014-04-30 12:34:08 +02:00 committed by Galen Charlton
parent 772c095ea3
commit bc57a22c46

View file

@ -313,7 +313,7 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
<tr data-tt-id="[% budget.budget_id %]"> <tr data-tt-id="[% budget.budget_id %]">
[% END %] [% END %]
<td>[% budget.budget_period_active %]</td> <td>[% budget.budget_period_active %]</td>
<td>Budget [% budget.budget_period_description %][% UNLESS budget.budget_period_active %] (inactive)[% END %]</td> <td>Budget [% budget.budget_period_description %] [id=[% budget.budget_period_id %]][% UNLESS budget.budget_period_active %] (inactive)[% END %]</td>
<td>[% budget.budget_code_indent %]</td> <td>[% budget.budget_code_indent %]</td>
<td>[% budget.budget_name %]</td> <td>[% budget.budget_name %]</td>
<td class="data"> <td class="data">