|
Lines 462-468
Link Here
|
| 462 |
<th>[% foot_loo.tax_value | $Price %]</th> |
462 |
<th>[% foot_loo.tax_value | $Price %]</th> |
| 463 |
<th> </th> |
463 |
<th> </th> |
| 464 |
<th> </th> |
464 |
<th> </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> </th> |
468 |
<th> </th> |
|
Lines 488-494
Link Here
|
| 488 |
<th>[% total_tax_value | $Price %]</th> |
488 |
<th>[% total_tax_value | $Price %]</th> |
| 489 |
<th> </th> |
489 |
<th> </th> |
| 490 |
<th> </th> |
490 |
<th> </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> </th> |
494 |
<th> </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 |
- |
|
|