|
Lines 475-480
Link Here
|
| 475 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
475 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 476 |
<th>Supplier report</th> |
476 |
<th>Supplier report</th> |
| 477 |
[% END %] |
477 |
[% END %] |
|
|
478 |
<th>Place hold</th> |
| 478 |
[% IF ( active ) %] |
479 |
[% IF ( active ) %] |
| 479 |
[% UNLESS ( closedate ) %] |
480 |
[% UNLESS ( closedate ) %] |
| 480 |
<th class="NoSort">Modify</th> |
481 |
<th class="NoSort">Modify</th> |
|
Lines 653-658
Link Here
|
| 653 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
654 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 654 |
<td>[% books_loo.suppliers_report | html %]</td> |
655 |
<td>[% books_loo.suppliers_report | html %]</td> |
| 655 |
[% END %] |
656 |
[% END %] |
|
|
657 |
<td> |
| 658 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]"> |
| 659 |
Place a hold on the order |
| 660 |
</a> |
| 661 |
</td> |
| 656 |
[% IF ( active ) %] |
662 |
[% IF ( active ) %] |
| 657 |
[% UNLESS ( closedate ) %] |
663 |
[% UNLESS ( closedate ) %] |
| 658 |
<td> |
664 |
<td> |
| 659 |
- |
|
|