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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +1 lines)
Lines 370-376 Link Here
370
                [% ELSE %]
370
                [% ELSE %]
371
                    <td colspan="6" class="total">(Tax exc.)</td>
371
                    <td colspan="6" class="total">(Tax exc.)</td>
372
                [% END %]
372
                [% END %]
373
                <td colspan="2"><i>Subtotal for</i> [% funds.$key.budget_name %]</td>
373
                <td colspan="2"><i>Subtotal for</i> [% key %]</td>
374
                <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
374
                <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
375
                <td>[% subtotal_for_funds.$key.unitprice | $Price  %]</td>
375
                <td>[% subtotal_for_funds.$key.unitprice | $Price  %]</td>
376
                <td>&nbsp;</td>
376
                <td>&nbsp;</td>
377
- 

Return to bug 18722