|
Lines 81-86
Link Here
|
| 81 |
<th>Quantity</th> |
81 |
<th>Quantity</th> |
| 82 |
<th>Total cost</th> |
82 |
<th>Total cost</th> |
| 83 |
<th>Basket</th> |
83 |
<th>Basket</th> |
|
|
84 |
<th>Basket date</th> |
| 84 |
<th>Basket group</th> |
85 |
<th>Basket group</th> |
| 85 |
<th>Library</th> |
86 |
<th>Library</th> |
| 86 |
<th>Budget</th> |
87 |
<th>Budget</th> |
|
Lines 149-154
Link Here
|
| 149 |
[% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %]) |
150 |
[% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %]) |
| 150 |
[% END %] |
151 |
[% END %] |
| 151 |
</td> |
152 |
</td> |
|
|
153 |
<td data-sort="[% lateorder.basket.creationdate | html %]">[% lateorder.basket.creationdate | $KohaDates %]</td> |
| 152 |
<td> |
154 |
<td> |
| 153 |
[% IF ( lateorder.basket.basketgroupid ) %] |
155 |
[% IF ( lateorder.basket.basketgroupid ) %] |
| 154 |
[% IF ( CAN_user_acquisition_group_manage ) %] |
156 |
[% IF ( CAN_user_acquisition_group_manage ) %] |
| 155 |
- |
|
|