|
Lines 63-68
Link Here
|
| 63 |
<th class="title-string">Estimated delivery date</th> |
63 |
<th class="title-string">Estimated delivery date</th> |
| 64 |
<th>Vendor</th> |
64 |
<th>Vendor</th> |
| 65 |
<th class="anti-the">Information</th> |
65 |
<th class="anti-the">Information</th> |
|
|
66 |
<th>Quantity</th> |
| 66 |
<th>Total cost</th> |
67 |
<th>Total cost</th> |
| 67 |
<th>Basket</th> |
68 |
<th>Basket</th> |
| 68 |
<th>Basket group</th> |
69 |
<th>Basket group</th> |
|
Lines 107-112
Link Here
|
| 107 |
[% END %] |
108 |
[% END %] |
| 108 |
[% END %] |
109 |
[% END %] |
| 109 |
</td> |
110 |
</td> |
|
|
111 |
<td>[% lateorder.quantity %]</td> |
| 110 |
<td> |
112 |
<td> |
| 111 |
[% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] |
113 |
[% SET subtotal = (lateorder.quantity - lateorder.quantityreceived) * lateorder.rrp %] |
| 112 |
[% SET total = total + subtotal %] |
114 |
[% SET total = total + subtotal %] |
| 113 |
- |
|
|