|
Lines 482-488
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 |
<th class="NoSort">Place hold</th> |
| 486 |
[% IF ( active ) %] |
486 |
[% IF ( active ) %] |
| 487 |
[% UNLESS ( closedate ) %] |
487 |
[% UNLESS ( closedate ) %] |
| 488 |
<th class="NoSort">Modify</th> |
488 |
<th class="NoSort">Modify</th> |
|
Lines 516-521
Link Here
|
| 516 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
516 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 517 |
<th> </th> |
517 |
<th> </th> |
| 518 |
[% END %] |
518 |
[% END %] |
|
|
519 |
<th> </th> |
| 519 |
[% IF ( active ) %] |
520 |
[% IF ( active ) %] |
| 520 |
[% UNLESS ( closedate ) %] |
521 |
[% UNLESS ( closedate ) %] |
| 521 |
<th> </th> |
522 |
<th> </th> |
|
Lines 547-552
Link Here
|
| 547 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
548 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
| 548 |
<th> </th> |
549 |
<th> </th> |
| 549 |
[% END %] |
550 |
[% END %] |
|
|
551 |
<th> </th> |
| 550 |
[% IF ( active ) %] |
552 |
[% IF ( active ) %] |
| 551 |
[% UNLESS ( closedate ) %] |
553 |
[% UNLESS ( closedate ) %] |
| 552 |
<th> </th> |
554 |
<th> </th> |
|
Lines 677-685
Link Here
|
| 677 |
<td>[% books_loo.suppliers_report | html %]</td> |
679 |
<td>[% books_loo.suppliers_report | html %]</td> |
| 678 |
[% END %] |
680 |
[% END %] |
| 679 |
<td> |
681 |
<td> |
| 680 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]"> |
682 |
[% IF ( CAN_user_reserveforothers_place_holds ) %] |
| 681 |
Place a hold on the order |
683 |
<a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% books_loo.biblionumber | uri %]"> |
| 682 |
</a> |
684 |
Place hold |
|
|
685 |
</a> |
| 686 |
[% END %] |
| 683 |
</td> |
687 |
</td> |
| 684 |
[% IF ( active ) %] |
688 |
[% IF ( active ) %] |
| 685 |
[% UNLESS ( closedate ) %] |
689 |
[% UNLESS ( closedate ) %] |
| 686 |
- |
|
|