Lines 346-352
Link Here
|
346 |
<tfoot> |
346 |
<tfoot> |
347 |
[% FOREACH key IN subtotal_for_funds.keys.sort %] |
347 |
[% FOREACH key IN subtotal_for_funds.keys.sort %] |
348 |
<tr> |
348 |
<tr> |
349 |
<td colspan="6" class="total">(Tax exc.)</td> |
349 |
[% IF invoiceincgst %] |
|
|
350 |
<td colspan="6" class="total">(Tax inc.)</td> |
351 |
[% ELSE %] |
352 |
<td colspan="6" class="total">(Tax exc.)</td> |
353 |
[% END %] |
350 |
<td colspan="2"><i>Subtotal for</i> [% funds.$key.budget_name %]</td> |
354 |
<td colspan="2"><i>Subtotal for</i> [% funds.$key.budget_name %]</td> |
351 |
<td>[% subtotal_for_funds.$key.ecost | $Price %]</td> |
355 |
<td>[% subtotal_for_funds.$key.ecost | $Price %]</td> |
352 |
<td>[% subtotal_for_funds.$key.unitprice | $Price %]</td> |
356 |
<td>[% subtotal_for_funds.$key.unitprice | $Price %]</td> |
353 |
- |
|
|