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 436-445 Link Here
436
                        <th class="gsti">&nbsp;</th>
436
                        <th class="gsti">&nbsp;</th>
437
                        <th class="gsti">&nbsp;</th>
437
                        <th class="gsti">&nbsp;</th>
438
                        <th>[% foot_loo.quantity %]</th>
438
                        <th>[% foot_loo.quantity %]</th>
439
                        <th class="gste">[% foot_loo.totalgste %]</th>
439
                        <th class="gste">[% foot_loo.totalgste | $Price%]</th>
440
                        <th class="gsti">[% foot_loo.totalgsti %]</th>
440
                        <th class="gsti">[% foot_loo.totalgsti | $Price %]</th>
441
                        <th>&nbsp;</th>
441
                        <th>&nbsp;</th>
442
                        <th>[% foot_loo.gstvalue %]</th>
442
                        <th>[% foot_loo.gstvalue | $Price %]</th>
443
                        <th>&nbsp;</th>
443
                        <th>&nbsp;</th>
444
                        [% IF ( active ) %]
444
                        [% IF ( active ) %]
445
                            [% UNLESS ( closedate ) %]
445
                            [% UNLESS ( closedate ) %]
Lines 457-466 Link Here
457
                    <th class="gsti">&nbsp;</th>
457
                    <th class="gsti">&nbsp;</th>
458
                    <th class="gsti">&nbsp;</th>
458
                    <th class="gsti">&nbsp;</th>
459
                    <th>[% total_quantity %]</th>
459
                    <th>[% total_quantity %]</th>
460
                    <th class="gste">[% total_gste %]</th>
460
                    <th class="gste">[% total_gste | $Price %]</th>
461
                    <th class="gsti">[% total_gsti %]</th>
461
                    <th class="gsti">[% total_gsti | $Price %]</th>
462
                    <th>&nbsp;</th>
462
                    <th>&nbsp;</th>
463
                    <th>[% total_gstvalue %]</th>
463
                    <th>[% total_gstvalue | $Price %]</th>
464
                    <th>&nbsp;</th>
464
                    <th>&nbsp;</th>
465
                    [% IF ( active ) %]
465
                    [% IF ( active ) %]
466
                        [% UNLESS ( closedate ) %]
466
                        [% UNLESS ( closedate ) %]
467
- 

Return to bug 12970