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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +1 lines)
Lines 324-330 Link Here
324
                <th class="replacementprice"/>
324
                <th class="replacementprice"/>
325
                <th>[% total_quantity | html %]</th>
325
                <th>[% total_quantity | html %]</th>
326
                <th class="tax_excluded">[% total_tax_excluded_shipment + total_adj | $Price %]</th>
326
                <th class="tax_excluded">[% total_tax_excluded_shipment + total_adj | $Price %]</th>
327
                <th class="tax_included">[% total_tax_included_shipment | $Price %]</th>
327
                <th class="tax_included">[% total_tax_included_shipment + total_adj | $Price %]</th>
328
                <th>&nbsp;</th>
328
                <th>&nbsp;</th>
329
                <th>[% total_tax_value | $Price %]</th>
329
                <th>[% total_tax_value | $Price %]</th>
330
                <th>&nbsp;</th>
330
                <th>&nbsp;</th>
331
- 

Return to bug 25545