Lines 117-122
$(document).ready(function() {
Link Here
|
117 |
<th>Information</th> |
117 |
<th>Information</th> |
118 |
<th>Total cost</th> |
118 |
<th>Total cost</th> |
119 |
<th>Basket</th> |
119 |
<th>Basket</th> |
|
|
120 |
<th>Basket group</th> |
120 |
<th>Claims count</th> |
121 |
<th>Claims count</th> |
121 |
<th>Claimed date</th> |
122 |
<th>Claimed date</th> |
122 |
</tr> |
123 |
</tr> |
Lines 163-168
$(document).ready(function() {
Link Here
|
163 |
</p> |
164 |
</p> |
164 |
<p title="branch">[% lateorder.branch %]</p> |
165 |
<p title="branch">[% lateorder.branch %]</p> |
165 |
</td> |
166 |
</td> |
|
|
167 |
<td> |
168 |
[% IF lateorder.basketgroup.id %] |
169 |
[% lateorder.basketgroup.name %] ([% lateorder.basketgroup.id %]) [% IF lateorder.basketgroup.closeddate %]closed on [% lateorder.basketgroup.closeddate | $KohaDates %].[% END %] |
170 |
[% END %] |
171 |
</td> |
166 |
<td>[% lateorder.claims_count %]</td> |
172 |
<td>[% lateorder.claims_count %]</td> |
167 |
<td>[% lateorder.claimed_date %]</td> |
173 |
<td>[% lateorder.claimed_date %]</td> |
168 |
</tr> |
174 |
</tr> |
Lines 172-178
$(document).ready(function() {
Link Here
|
172 |
<tr> |
178 |
<tr> |
173 |
<th colspan="5">Total</th> |
179 |
<th colspan="5">Total</th> |
174 |
<th>[% total %]</th> |
180 |
<th>[% total %]</th> |
175 |
<th colspan="3"> </th> |
181 |
<th colspan="4"> </th> |
176 |
</tr> |
182 |
</tr> |
177 |
</tfoot> |
183 |
</tfoot> |
178 |
</table> |
184 |
</table> |
179 |
- |
|
|