Lines 5-10
Link Here
|
5 |
[% USE AuthorisedValues %] |
5 |
[% USE AuthorisedValues %] |
6 |
[% USE Branches %] |
6 |
[% USE Branches %] |
7 |
[% USE Biblio %] |
7 |
[% USE Biblio %] |
|
|
8 |
[% USE Price %] |
8 |
[% USE TablesSettings %] |
9 |
[% USE TablesSettings %] |
9 |
[% PROCESS 'i18n.inc' %] |
10 |
[% PROCESS 'i18n.inc' %] |
10 |
[% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %] |
11 |
[% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %] |
Lines 717-722
Note that permanent location is a code, and location may be an authval.
Link Here
|
717 |
<th class="title-string">Receive date</th> |
718 |
<th class="title-string">Receive date</th> |
718 |
<th>Status</th> |
719 |
<th>Status</th> |
719 |
<th>Quantity</th> |
720 |
<th>Quantity</th> |
|
|
721 |
<th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th> |
720 |
<th>Internal note</th> |
722 |
<th>Internal note</th> |
721 |
<th>Subscription</th> |
723 |
<th>Subscription</th> |
722 |
<th>Subscription callnumber</th> |
724 |
<th>Subscription callnumber</th> |
Lines 769-774
Note that permanent location is a code, and location may be an authval.
Link Here
|
769 |
[% END %] |
771 |
[% END %] |
770 |
</td> |
772 |
</td> |
771 |
<td>[% order.quantity | html %]</td> |
773 |
<td>[% order.quantity | html %]</td> |
|
|
774 |
<td>[% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %] |
772 |
<td>[% order.order_internalnote | html %]</td> |
775 |
<td>[% order.order_internalnote | html %]</td> |
773 |
<td> |
776 |
<td> |
774 |
[% IF order.subscriptionid %] |
777 |
[% IF order.subscriptionid %] |
775 |
- |
|
|