View | Details | Raw Unified | Return to bug 24162
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-2 / +3 lines)
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 %]
Lines 175-181 Link Here
175
        <tr>
177
        <tr>
176
            <th colspan="6">Total</th>
178
            <th colspan="6">Total</th>
177
            <th>[% total | $Price %]</th>
179
            <th>[% total | $Price %]</th>
178
            <th colspan="9">&nbsp;</th>
180
            <th colspan="10">&nbsp;</th>
179
        </tr>
181
        </tr>
180
      </tfoot>
182
      </tfoot>
181
    </table>
183
    </table>
182
- 

Return to bug 24162