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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-11 / +2 lines)
Lines 159-175 $(document).ready(function() { Link Here
159
      </tbody>
159
      </tbody>
160
      <tfoot>
160
      <tfoot>
161
        <tr>
161
        <tr>
162
            <th>Total</th>
162
            <th colspan="5">Total</th>
163
            <th>&nbsp;</th>
164
            <th>&nbsp;</th>
165
            <th>&nbsp;</th>
166
            <th>[% total %]</th>
163
            <th>[% total %]</th>
167
            <th>&nbsp;</th>
164
            <th colspan="3">&nbsp;</th>
168
            <th>&nbsp;</th>
169
            <th>&nbsp;</th>
170
            <td>
171
              <input type="submit" value="Claim Order" />
172
            </td>
173
        </tr>
165
        </tr>
174
      </tfoot>
166
      </tfoot>
175
    </table>
167
    </table>
176
- 

Return to bug 7298