|
Lines 538-544
Link Here
|
| 538 |
</select> |
538 |
</select> |
| 539 |
</td> |
539 |
</td> |
| 540 |
[% END %] |
540 |
[% END %] |
| 541 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
541 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="3" inputmode="decimal" pattern="^\d+(\.\d{2})?$" /></td> |
| 542 |
[% IF Koha.Preference('UseRecalls') %] |
542 |
[% IF Koha.Preference('UseRecalls') %] |
| 543 |
<td><input type="text" name="recalls_allowed" id="recalls_allowed" size="3"></td> |
543 |
<td><input type="text" name="recalls_allowed" id="recalls_allowed" size="3"></td> |
| 544 |
<td><input type="text" name="recalls_per_record" id="recalls_per_record" size="3"></td> |
544 |
<td><input type="text" name="recalls_per_record" id="recalls_per_record" size="3"></td> |
| 545 |
- |
|
|