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 478-484 Link Here
478
                        <th>&nbsp;</th>
478
                        <th>&nbsp;</th>
479
                        <th>[% foot_loo.tax_value | $Price %]</th>
479
                        <th>[% foot_loo.tax_value | $Price %]</th>
480
                        <th>&nbsp;</th>
480
                        <th>&nbsp;</th>
481
                        <th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th>
481
                        <th>&nbsp;</th>
482
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
482
                        [% IF Koha.Preference('EDIFACT') && ediaccount %]
483
                        <th>&nbsp;</th>
483
                        <th>&nbsp;</th>
484
                        [% END %]
484
                        [% END %]
Lines 506-512 Link Here
506
                    <th>&nbsp;</th>
506
                    <th>&nbsp;</th>
507
                    <th>[% total_tax_value | $Price %]</th>
507
                    <th>[% total_tax_value | $Price %]</th>
508
                    <th>&nbsp;</th>
508
                    <th>&nbsp;</th>
509
                    <th>[% estimated_delivery_date | $KohaDates %]</th>
509
                    <th>&nbsp;</th>
510
                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
510
                    [% IF Koha.Preference('EDIFACT') && ediaccount %]
511
                    <th>&nbsp;</th>
511
                    <th>&nbsp;</th>
512
                    [% END %]
512
                    [% END %]
Lines 593-599 Link Here
593
                        <td class="number">[% books_loo.tax_rate * 100 | html %]</td>
593
                        <td class="number">[% books_loo.tax_rate * 100 | html %]</td>
594
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
594
                        <td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td>
595
                        <td>[% books_loo.budget_name | html %]</td>
595
                        <td>[% books_loo.budget_name | html %]</td>
596
                        <td class="actions">
596
                        <td data-order="[% books_loo.estimated_delivery_date | html %]" class="actions">
597
                            [% books_loo.estimated_delivery_date | $KohaDates %]
597
                            [% books_loo.estimated_delivery_date | $KohaDates %]
598
                            [% IF CAN_user_acquisition_order_manage %]
598
                            [% IF CAN_user_acquisition_order_manage %]
599
                            <a class="edit_delivery_date" href="/cgi-bin/koha/acqui/moddeliverydate.pl?ordernumber=[% books_loo.ordernumber | html %]" title="Edit delivery date" data-ordernumber="[% books_loo.ordernumber | html %]" id="delivery_date_[% books_loo.ordernumber | html %]" data-delivery_date="[% books_loo.estimated_delivery_date | $KohaDates %]">
599
                            <a class="edit_delivery_date" href="/cgi-bin/koha/acqui/moddeliverydate.pl?ordernumber=[% books_loo.ordernumber | html %]" title="Edit delivery date" data-ordernumber="[% books_loo.ordernumber | html %]" id="delivery_date_[% books_loo.ordernumber | html %]" data-delivery_date="[% books_loo.estimated_delivery_date | $KohaDates %]">
600
- 

Return to bug 15348