Lines 482-487
Link Here
|
482 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
482 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
483 |
<th>Supplier report</th> |
483 |
<th>Supplier report</th> |
484 |
[% END %] |
484 |
[% END %] |
|
|
485 |
<th>Place hold</th> |
485 |
[% IF ( active ) %] |
486 |
[% IF ( active ) %] |
486 |
[% UNLESS ( closedate ) %] |
487 |
[% UNLESS ( closedate ) %] |
487 |
<th class="NoSort">Modify</th> |
488 |
<th class="NoSort">Modify</th> |
Lines 675-680
Link Here
|
675 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
676 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
676 |
<td>[% books_loo.suppliers_report | html %]</td> |
677 |
<td>[% books_loo.suppliers_report | html %]</td> |
677 |
[% END %] |
678 |
[% END %] |
|
|
679 |
<td> |
680 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]"> |
681 |
Place a hold on the order |
682 |
</a> |
683 |
</td> |
678 |
[% IF ( active ) %] |
684 |
[% IF ( active ) %] |
679 |
[% UNLESS ( closedate ) %] |
685 |
[% UNLESS ( closedate ) %] |
680 |
<td> |
686 |
<td> |
681 |
- |
|
|