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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +8 lines)
Lines 448-454 Link Here
448
                        <th>GST %</th>
448
                        <th>GST %</th>
449
                        <th>GST</th>
449
                        <th>GST</th>
450
                        <th>Fund</th>
450
                        <th>Fund</th>
451
                        [% IF Koha.Preference('Edifact') && ediaccount %]
451
                        <th>Supplier report</th>
452
                        <th>Supplier report</th>
453
                        [% END %]
452
                        [% IF ( active ) %]
454
                        [% IF ( active ) %]
453
                            [% UNLESS ( closedate ) %]
455
                            [% UNLESS ( closedate ) %]
454
                                <th class="NoSort">Modify</th>
456
                                <th class="NoSort">Modify</th>
Lines 475-481 Link Here
475
                        <th>&nbsp;</th>
477
                        <th>&nbsp;</th>
476
                        <th>[% foot_loo.tax_value | $Price %]</th>
478
                        <th>[% foot_loo.tax_value | $Price %]</th>
477
                        <th>&nbsp;</th>
479
                        <th>&nbsp;</th>
480
                        [% IF Koha.Preference('Edifact') && ediaccount %]
478
                        <th>&nbsp;</th>
481
                        <th>&nbsp;</th>
482
                        [% END %]
479
                        [% IF ( active ) %]
483
                        [% IF ( active ) %]
480
                            [% UNLESS ( closedate ) %]
484
                            [% UNLESS ( closedate ) %]
481
                                <th>&nbsp;</th>
485
                                <th>&nbsp;</th>
Lines 500-506 Link Here
500
                    <th>&nbsp;</th>
504
                    <th>&nbsp;</th>
501
                    <th>[% total_tax_value | $Price %]</th>
505
                    <th>[% total_tax_value | $Price %]</th>
502
                    <th>&nbsp;</th>
506
                    <th>&nbsp;</th>
507
                    [% IF Koha.Preference('Edifact') && ediaccount %]
503
                    <th>&nbsp;</th>
508
                    <th>&nbsp;</th>
509
                    [% END %]
504
                    [% IF ( active ) %]
510
                    [% IF ( active ) %]
505
                        [% UNLESS ( closedate ) %]
511
                        [% UNLESS ( closedate ) %]
506
                            <th>&nbsp;</th>
512
                            <th>&nbsp;</th>
Lines 584-590 Link Here
584
                        <td class="number">[% books_loo.tax_rate * 100 | html %]</td>
590
                        <td class="number">[% books_loo.tax_rate * 100 | html %]</td>
585
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
591
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
586
                        <td>[% books_loo.budget_name | html %]</td>
592
                        <td>[% books_loo.budget_name | html %]</td>
593
                        [% IF Koha.Preference('Edifact') && ediaccount %]
587
                        <td>[% books_loo.suppliers_report | html %]</td>
594
                        <td>[% books_loo.suppliers_report | html %]</td>
595
                        [% END %]
588
                        [% IF ( active ) %]
596
                        [% IF ( active ) %]
589
                            [% UNLESS ( closedate ) %]
597
                            [% UNLESS ( closedate ) %]
590
                            <td>
598
                            <td>
591
- 

Return to bug 16258