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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-5 / +5 lines)
Lines 249-255 Link Here
249
                [% ELSE %]
249
                [% ELSE %]
250
                    <td colspan="6" class="total">(Tax exc.)</td>
250
                    <td colspan="6" class="total">(Tax exc.)</td>
251
                [% END %]
251
                [% END %]
252
                <td colspan="2"><i>Subtotal for</i> [% key | html %]</td>
252
                <td colspan="3"><i>Subtotal for</i> [% key | html %]</td>
253
                <td>[% subtotal_for_funds.$key.ecost | $Price | html %]</td>
253
                <td>[% subtotal_for_funds.$key.ecost | $Price | html %]</td>
254
                <td>[% subtotal_for_funds.$key.unitprice | $Price | html %]</td>
254
                <td>[% subtotal_for_funds.$key.unitprice | $Price | html %]</td>
255
                <td>&nbsp;</td>
255
                <td>&nbsp;</td>
Lines 257-275 Link Here
257
            </tr>
257
            </tr>
258
        [% END %]
258
        [% END %]
259
        <tr>
259
        <tr>
260
            <th colspan="10" class="total">Total tax exc.</th>
260
            <th colspan="11" class="total">Total tax exc.</th>
261
            <th>[% total_tax_excluded | $Price | html %]</th>
261
            <th>[% total_tax_excluded | $Price | html %]</th>
262
            <th></th>
262
            <th></th>
263
        </tr>
263
        </tr>
264
        [% FOREACH book_foot IN book_foot_loop %]
264
        [% FOREACH book_foot IN book_foot_loop %]
265
            <tr>
265
            <tr>
266
                <th colspan="10">Total (GST [% book_foot.tax_rate * 100 | html %]%)</th>
266
                <th colspan="11">Total (GST [% book_foot.tax_rate * 100 | html %]%)</th>
267
                <th>[% book_foot.tax_value | $Price | html %]</th>
267
                <th>[% book_foot.tax_value | $Price | html %]</th>
268
                <th></th>
268
                <th></th>
269
            </tr>
269
            </tr>
270
        [% END %]
270
        [% END %]
271
        <tr>
271
        <tr>
272
            <th colspan="10" class="total">Total tax inc.</th>
272
            <th colspan="11" class="total">Total tax inc.</th>
273
            <th>[% total_tax_included | $Price | html %]</th>
273
            <th>[% total_tax_included | $Price | html %]</th>
274
            <th></th>
274
            <th></th>
275
        </tr>
275
        </tr>
Lines 516-521 Link Here
516
                    null,
516
                    null,
517
                    null,
517
                    null,
518
                    null,
518
                    null,
519
                    null,
519
                    null
520
                    null
520
                ],
521
                ],
521
                "sPaginationType": "four_button"
522
                "sPaginationType": "four_button"
522
- 

Return to bug 21324