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 440-446 Link Here
440
                        <th>[% foot_loo.tax_value | $Price %]</th>
440
                        <th>[% foot_loo.tax_value | $Price %]</th>
441
                        <th>&nbsp;</th>
441
                        <th>&nbsp;</th>
442
                        <th>&nbsp;</th>
442
                        <th>&nbsp;</th>
443
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates | html %]</th>
443
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th>
444
                        [% IF ( active ) %]
444
                        [% IF ( active ) %]
445
                            [% UNLESS ( closedate ) %]
445
                            [% UNLESS ( closedate ) %]
446
                                <th>&nbsp;</th>
446
                                <th>&nbsp;</th>
Lines 466-472 Link Here
466
                    <th>[% total_tax_value | $Price %]</th>
466
                    <th>[% total_tax_value | $Price %]</th>
467
                    <th>&nbsp;</th>
467
                    <th>&nbsp;</th>
468
                    <th>&nbsp;</th>
468
                    <th>&nbsp;</th>
469
                    <th>[% estimated_delivery_date | $KohaDates | html %]</th>
469
                    <th>[% estimated_delivery_date | $KohaDates %]</th>
470
                    [% IF ( active ) %]
470
                    [% IF ( active ) %]
471
                        [% UNLESS ( closedate ) %]
471
                        [% UNLESS ( closedate ) %]
472
                            <th>&nbsp;</th>
472
                            <th>&nbsp;</th>
Lines 551-557 Link Here
551
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
551
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
552
                        <td>[% books_loo.budget_name | html %]</td>
552
                        <td>[% books_loo.budget_name | html %]</td>
553
                        <td>[% books_loo.suppliers_report | html %]</td>
553
                        <td>[% books_loo.suppliers_report | html %]</td>
554
                        <td>[% books_loo.estimated_delivery_date | $KohaDates | html %]</td>
554
                        <td>[% books_loo.estimated_delivery_date | $KohaDates %]</td>
555
                        [% IF ( active ) %]
555
                        [% IF ( active ) %]
556
                            [% UNLESS ( closedate ) %]
556
                            [% UNLESS ( closedate ) %]
557
                            <td>
557
                            <td>
558
- 

Return to bug 15348