</tr>
<tr>
<td>
+ [% UNLESS no_payment_bookings %]
<table width="100%">
<tr class="listheading">
<th class="listheading" colspan="7">[% 'Payments' | $T8 %]</th>
[% temp = "paid_"_ i %]
<td align="center">
[% IF( changeable ) %]
- <input name="[% temp %]" size="11" value="[% $temp | html %]" onBlur="check_right_number_format(this);">
+ <input name="[% temp %]" size="11" data-validate="number" class="numeric" value="[% $temp | html %]">
[% ELSE %]
[% $temp | html %]
<input type="hidden" name="[% temp %]" value="[% $temp | html %]">
<td align="center">[% LxERP.format_amount(paid_missing, 2) | html %]</td>
</tr>
</table>
+ [% END %]
</td>
</tr>
</table>