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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-4 / +3 lines)
Lines 481-487 Link Here
481
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
481
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
482
                        <th>&nbsp;</th>
482
                        <th>&nbsp;</th>
483
                        [% END %]
483
                        [% END %]
484
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates | html %]</th>
484
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th>
485
                        [% IF ( active ) %]
485
                        [% IF ( active ) %]
486
                            [% UNLESS ( closedate ) %]
486
                            [% UNLESS ( closedate ) %]
487
                                <th>&nbsp;</th>
487
                                <th>&nbsp;</th>
Lines 509-515 Link Here
509
                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
509
                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
510
                    <th>&nbsp;</th>
510
                    <th>&nbsp;</th>
511
                    [% END %]
511
                    [% END %]
512
                    <th>[% estimated_delivery_date | $KohaDates | html %]</th>
512
                    <th>[% estimated_delivery_date | $KohaDates %]</th>
513
                    [% IF ( active ) %]
513
                    [% IF ( active ) %]
514
                        [% UNLESS ( closedate ) %]
514
                        [% UNLESS ( closedate ) %]
515
                            <th>&nbsp;</th>
515
                            <th>&nbsp;</th>
Lines 596-602 Link Here
596
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
596
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
597
                        <td>[% books_loo.suppliers_report | html %]</td>
597
                        <td>[% books_loo.suppliers_report | html %]</td>
598
                        [% END %]
598
                        [% END %]
599
                        <td>[% books_loo.estimated_delivery_date | $KohaDates | html %]</td>
599
                        <td>[% books_loo.estimated_delivery_date | $KohaDates %]</td>
600
                        [% IF ( active ) %]
600
                        [% IF ( active ) %]
601
                            [% UNLESS ( closedate ) %]
601
                            [% UNLESS ( closedate ) %]
602
                            <td>
602
                            <td>
603
- 

Return to bug 15348