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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 313-319 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
313
      <tr data-tt-id="[% budget.budget_id %]">
313
      <tr data-tt-id="[% budget.budget_id %]">
314
    [% END %]
314
    [% END %]
315
    <td>[% budget.budget_period_active %]</td>
315
    <td>[% budget.budget_period_active %]</td>
316
    <td>Budget [% budget.budget_period_description %][% UNLESS budget.budget_period_active %] (inactive)[% END %]</td>
316
    <td>Budget [% budget.budget_period_description %] [id=[% budget.budget_period_id %]][% UNLESS budget.budget_period_active %] (inactive)[% END %]</td>
317
    <td>[% budget.budget_code_indent %]</td>
317
    <td>[% budget.budget_code_indent %]</td>
318
    <td>[% budget.budget_name %]</td>
318
    <td>[% budget.budget_name %]</td>
319
    <td class="data">
319
    <td class="data">
320
- 

Return to bug 11578