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 690-695
Note that permanent location is a code, and location may be an authval.
Link Here
|
690 |
<th class="title-string">Receive date</th> |
691 |
<th class="title-string">Receive date</th> |
691 |
<th>Status</th> |
692 |
<th>Status</th> |
692 |
<th>Quantity</th> |
693 |
<th>Quantity</th> |
|
|
694 |
<th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th> |
693 |
<th>Internal note</th> |
695 |
<th>Internal note</th> |
694 |
<th>Subscription</th> |
696 |
<th>Subscription</th> |
695 |
<th>Subscription callnumber</th> |
697 |
<th>Subscription callnumber</th> |
Lines 742-747
Note that permanent location is a code, and location may be an authval.
Link Here
|
742 |
[% END %] |
744 |
[% END %] |
743 |
</td> |
745 |
</td> |
744 |
<td>[% order.quantity | html %]</td> |
746 |
<td>[% order.quantity | html %]</td> |
|
|
747 |
<td>[% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %] |
745 |
<td>[% order.order_internalnote | html %]</td> |
748 |
<td>[% order.order_internalnote | html %]</td> |
746 |
<td> |
749 |
<td> |
747 |
[% IF order.subscriptionid %] |
750 |
[% IF order.subscriptionid %] |
748 |
- |
|
|