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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-7 / +6 lines)
Lines 422-431 Link Here
422
                        <th class="gsti">&nbsp;</th>
422
                        <th class="gsti">&nbsp;</th>
423
                        <th class="gsti">&nbsp;</th>
423
                        <th class="gsti">&nbsp;</th>
424
                        <th>[% foot_loo.quantity %]</th>
424
                        <th>[% foot_loo.quantity %]</th>
425
                        <th class="gste">[% foot_loo.totalgste %]</th>
425
                        <th class="gste">[% foot_loo.totalgste | $Price%]</th>
426
                        <th class="gsti">[% foot_loo.totalgsti %]</th>
426
                        <th class="gsti">[% foot_loo.totalgsti | $Price %]</th>
427
                        <th>&nbsp;</th>
427
                        <th>&nbsp;</th>
428
                        <th>[% foot_loo.gstvalue %]</th>
428
                        <th>[% foot_loo.gstvalue | $Price %]</th>
429
                        <th>&nbsp;</th>
429
                        <th>&nbsp;</th>
430
                        [% IF ( active ) %]
430
                        [% IF ( active ) %]
431
                            [% UNLESS ( closedate ) %]
431
                            [% UNLESS ( closedate ) %]
Lines 443-452 Link Here
443
                    <th class="gsti">&nbsp;</th>
443
                    <th class="gsti">&nbsp;</th>
444
                    <th class="gsti">&nbsp;</th>
444
                    <th class="gsti">&nbsp;</th>
445
                    <th>[% total_quantity %]</th>
445
                    <th>[% total_quantity %]</th>
446
                    <th class="gste">[% total_gste %]</th>
446
                    <th class="gste">[% total_gste | $Price %]</th>
447
                    <th class="gsti">[% total_gsti %]</th>
447
                    <th class="gsti">[% total_gsti | $Price %]</th>
448
                    <th>&nbsp;</th>
448
                    <th>&nbsp;</th>
449
                    <th>[% total_gstvalue %]</th>
449
                    <th>[% total_gstvalue | $Price %]</th>
450
                    <th>&nbsp;</th>
450
                    <th>&nbsp;</th>
451
                    [% IF ( active ) %]
451
                    [% IF ( active ) %]
452
                        [% UNLESS ( closedate ) %]
452
                        [% UNLESS ( closedate ) %]
453
- 

Return to bug 12970