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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-3 / +2 lines)
Lines 312-318 Link Here
312
    <table id="budgeth">
312
    <table id="budgeth">
313
      <thead>
313
      <thead>
314
        <tr>
314
        <tr>
315
            <th>Fund id</th>
315
            <th>Fund ID</th>
316
            <th>Fund code</th>
316
            <th>Fund code</th>
317
            <th>Fund name</th>
317
            <th>Fund name</th>
318
            <th>Unreceived orders</th>
318
            <th>Unreceived orders</th>
Lines 322-328 Link Here
322
        [% FOREACH budget IN budgets_to_move %]
322
        [% FOREACH budget IN budgets_to_move %]
323
          <tr>
323
          <tr>
324
            <td>[% budget.budget_id | html %]</td>
324
            <td>[% budget.budget_id | html %]</td>
325
            <td>[% budget.budget_code_indent | html %]</td>
325
            <td>[% budget.budget_code | html %]</td>
326
            <td>[% budget.budget_name | html %]</td>
326
            <td>[% budget.budget_name | html %]</td>
327
            <td>[% budget.unreceived_orders.size | html %]</td>
327
            <td>[% budget.unreceived_orders.size | html %]</td>
328
          </tr>
328
          </tr>
329
- 

Return to bug 25499