Lines 718-723
Link Here
|
718 |
<th class="title-string">Receive date</th> |
718 |
<th class="title-string">Receive date</th> |
719 |
<th>Status</th> |
719 |
<th>Status</th> |
720 |
<th>Quantity</th> |
720 |
<th>Quantity</th> |
|
|
721 |
<th>Internal note</th> |
721 |
<th>Subscription</th> |
722 |
<th>Subscription</th> |
722 |
<th>Subscription callnumber</th> |
723 |
<th>Subscription callnumber</th> |
723 |
</tr> |
724 |
</tr> |
Lines 769-774
Link Here
|
769 |
[% END %] |
770 |
[% END %] |
770 |
</td> |
771 |
</td> |
771 |
<td>[% order.quantity | html %]</td> |
772 |
<td>[% order.quantity | html %]</td> |
|
|
773 |
<td>[% order.order_internalnote %]</td> |
772 |
<td> |
774 |
<td> |
773 |
[% IF order.subscriptionid %] |
775 |
[% IF order.subscriptionid %] |
774 |
<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a> |
776 |
<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a> |
775 |
- |
|
|