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 365-371 Link Here
365
                [% ELSE %]
365
                [% ELSE %]
366
                    <td colspan="6" class="total">(Tax exc.)</td>
366
                    <td colspan="6" class="total">(Tax exc.)</td>
367
                [% END %]
367
                [% END %]
368
                <td colspan="2"><i>Subtotal for</i> [% funds.$key.budget_name %]</td>
368
                <td colspan="2"><i>Subtotal for</i> [% key %]</td>
369
                <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
369
                <td>[% subtotal_for_funds.$key.ecost | $Price %]</td>
370
                <td>[% subtotal_for_funds.$key.unitprice | $Price  %]</td>
370
                <td>[% subtotal_for_funds.$key.unitprice | $Price  %]</td>
371
                <td>&nbsp;</td>
371
                <td>&nbsp;</td>
372
- 

Return to bug 18722