Lines 76-81
Link Here
|
76 |
<th>Quantity</th> |
76 |
<th>Quantity</th> |
77 |
<th>Total cost</th> |
77 |
<th>Total cost</th> |
78 |
<th>Basket</th> |
78 |
<th>Basket</th> |
|
|
79 |
<th>Basket date</th> |
79 |
<th>Basket group</th> |
80 |
<th>Basket group</th> |
80 |
<th>Library</th> |
81 |
<th>Library</th> |
81 |
<th>Budget</th> |
82 |
<th>Budget</th> |
Lines 144-149
Link Here
|
144 |
[% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %]) |
145 |
[% lateorder.basket.basketname | html %] ([% lateorder.basketno | html %]) |
145 |
[% END %] |
146 |
[% END %] |
146 |
</td> |
147 |
</td> |
|
|
148 |
<td data-sort="[% lateorder.basket.creationdate | html %]">[% lateorder.basket.creationdate | $KohaDates %]</td> |
147 |
<td> |
149 |
<td> |
148 |
[% IF ( lateorder.basket.basketgroupid ) %] |
150 |
[% IF ( lateorder.basket.basketgroupid ) %] |
149 |
[% IF ( CAN_user_acquisition_group_manage ) %] |
151 |
[% IF ( CAN_user_acquisition_group_manage ) %] |
150 |
- |
|
|