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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-5 / +3 lines)
Lines 182-190 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
182
            "aoColumnDefs": [
182
            "aoColumnDefs": [
183
                { "bVisible": false, "aTargets": [ 0, 1 ] }
183
                { "bVisible": false, "aTargets": [ 0, 1 ] }
184
            ],
184
            ],
185
            "aaSortingFixed": [[ 1, 'asc' ]],
185
            'bSort': true,
186
            "aaSorting": [[ 2, 'asc' ]],
186
            'aaSortingFixed': [[ 1, 'asc' ]],
187
            'bSort': false,
188
            'bPaginate': false,
187
            'bPaginate': false,
189
            "bAutoWidth": false
188
            "bAutoWidth": false
190
        }));
189
        }));
Lines 313-319 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
313
      <tr data-tt-id="[% budget.budget_id %]">
312
      <tr data-tt-id="[% budget.budget_id %]">
314
    [% END %]
313
    [% END %]
315
    <td>[% budget.budget_period_active %]</td>
314
    <td>[% budget.budget_period_active %]</td>
316
    <td>Budget [% budget.budget_period_description %]</td>
315
    <td>Budget [% budget.budget_period_description %][% UNLESS budget.budget_period_active %] (inactive)[% END %]</td>
317
    <td>[% budget.budget_code_indent %]</td>
316
    <td>[% budget.budget_code_indent %]</td>
318
    <td>[% budget.budget_name %]</td>
317
    <td>[% budget.budget_name %]</td>
319
    <td class="data">
318
    <td class="data">
320
- 

Return to bug 11578