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 462-468 Link Here
462
                        <th>[% foot_loo.tax_value | $Price %]</th>
462
                        <th>[% foot_loo.tax_value | $Price %]</th>
463
                        <th>&nbsp;</th>
463
                        <th>&nbsp;</th>
464
                        <th>&nbsp;</th>
464
                        <th>&nbsp;</th>
465
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates | html %]</th>
465
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th>
466
                        [% IF ( active ) %]
466
                        [% IF ( active ) %]
467
                            [% UNLESS ( closedate ) %]
467
                            [% UNLESS ( closedate ) %]
468
                                <th>&nbsp;</th>
468
                                <th>&nbsp;</th>
Lines 488-494 Link Here
488
                    <th>[% total_tax_value | $Price %]</th>
488
                    <th>[% total_tax_value | $Price %]</th>
489
                    <th>&nbsp;</th>
489
                    <th>&nbsp;</th>
490
                    <th>&nbsp;</th>
490
                    <th>&nbsp;</th>
491
                    <th>[% estimated_delivery_date | $KohaDates | html %]</th>
491
                    <th>[% estimated_delivery_date | $KohaDates %]</th>
492
                    [% IF ( active ) %]
492
                    [% IF ( active ) %]
493
                        [% UNLESS ( closedate ) %]
493
                        [% UNLESS ( closedate ) %]
494
                            <th>&nbsp;</th>
494
                            <th>&nbsp;</th>
Lines 573-579 Link Here
573
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
573
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
574
                        <td>[% books_loo.budget_name | html %]</td>
574
                        <td>[% books_loo.budget_name | html %]</td>
575
                        <td>[% books_loo.suppliers_report | html %]</td>
575
                        <td>[% books_loo.suppliers_report | html %]</td>
576
                        <td>[% books_loo.estimated_delivery_date | $KohaDates | html %]</td>
576
                        <td>[% books_loo.estimated_delivery_date | $KohaDates %]</td>
577
                        [% IF ( active ) %]
577
                        [% IF ( active ) %]
578
                            [% UNLESS ( closedate ) %]
578
                            [% UNLESS ( closedate ) %]
579
                            <td>
579
                            <td>
580
- 

Return to bug 15348