Lines 1-5
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE KohaDates %] |
3 |
[% USE Price %] |
4 |
[% USE Price %] |
4 |
[% USE TablesSettings %] |
5 |
[% USE TablesSettings %] |
5 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
Lines 91-98
Link Here
|
91 |
<td>[% ordersloo.quantity | html %]</td> |
92 |
<td>[% ordersloo.quantity | html %]</td> |
92 |
<td>[% ordersloo.total_rrp | $Price %]</td> |
93 |
<td>[% ordersloo.total_rrp | $Price %]</td> |
93 |
<td>[% ordersloo.total_ecost | $Price %]</td> |
94 |
<td>[% ordersloo.total_ecost | $Price %]</td> |
94 |
<td>[% ordersloo.entrydate | html %]</td> |
95 |
<td>[% ordersloo.entrydate | $KohaDates %]</td> |
95 |
<td>[% ordersloo.datereceived | html %]</td> |
96 |
<td>[% ordersloo.datereceived | $KohaDates %]</td> |
96 |
<td>[% ordersloo.order_internalnote | html %]</td> |
97 |
<td>[% ordersloo.order_internalnote | html %]</td> |
97 |
<td>[% ordersloo.order_vendornote | html %]</td> |
98 |
<td>[% ordersloo.order_vendornote | html %]</td> |
98 |
</tr> |
99 |
</tr> |
99 |
- |
|
|