Lines 478-484
Link Here
|
478 |
<th> </th> |
478 |
<th> </th> |
479 |
<th>[% foot_loo.tax_value | $Price %]</th> |
479 |
<th>[% foot_loo.tax_value | $Price %]</th> |
480 |
<th> </th> |
480 |
<th> </th> |
481 |
<th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th> |
481 |
<th> </th> |
482 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
482 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
483 |
<th> </th> |
483 |
<th> </th> |
484 |
[% END %] |
484 |
[% END %] |
Lines 506-512
Link Here
|
506 |
<th> </th> |
506 |
<th> </th> |
507 |
<th>[% total_tax_value | $Price %]</th> |
507 |
<th>[% total_tax_value | $Price %]</th> |
508 |
<th> </th> |
508 |
<th> </th> |
509 |
<th>[% estimated_delivery_date | $KohaDates %]</th> |
509 |
<th> </th> |
510 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
510 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
511 |
<th> </th> |
511 |
<th> </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 |
- |
|
|