|
Lines 481-487
Link Here
|
| 481 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
481 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 482 |
<th> </th> |
482 |
<th> </th> |
| 483 |
[% END %] |
483 |
[% END %] |
| 484 |
<th>[% foot_loo.estimated_delivery_date | $KohaDates | html %]</th> |
484 |
<th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th> |
| 485 |
[% IF ( active ) %] |
485 |
[% IF ( active ) %] |
| 486 |
[% UNLESS ( closedate ) %] |
486 |
[% UNLESS ( closedate ) %] |
| 487 |
<th> </th> |
487 |
<th> </th> |
|
Lines 509-515
Link Here
|
| 509 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
509 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 510 |
<th> </th> |
510 |
<th> </th> |
| 511 |
[% END %] |
511 |
[% END %] |
| 512 |
<th>[% estimated_delivery_date | $KohaDates | html %]</th> |
512 |
<th>[% estimated_delivery_date | $KohaDates %]</th> |
| 513 |
[% IF ( active ) %] |
513 |
[% IF ( active ) %] |
| 514 |
[% UNLESS ( closedate ) %] |
514 |
[% UNLESS ( closedate ) %] |
| 515 |
<th> </th> |
515 |
<th> </th> |
|
Lines 596-602
Link Here
|
| 596 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
596 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 597 |
<td>[% books_loo.suppliers_report | html %]</td> |
597 |
<td>[% books_loo.suppliers_report | html %]</td> |
| 598 |
[% END %] |
598 |
[% END %] |
| 599 |
<td>[% books_loo.estimated_delivery_date | $KohaDates | html %]</td> |
599 |
<td>[% books_loo.estimated_delivery_date | $KohaDates %]</td> |
| 600 |
[% IF ( active ) %] |
600 |
[% IF ( active ) %] |
| 601 |
[% UNLESS ( closedate ) %] |
601 |
[% UNLESS ( closedate ) %] |
| 602 |
<td> |
602 |
<td> |
| 603 |
- |
|
|