Bug 23704: Typo in itemtypes.tt
This patch corrects a typo: "for loans specifie in hours." corrected to "for loans specified in hours." To test, apply the patch and edit an existing item type. The description of the "Hourly rental charge" field should be correct. Signed-off-by: Michal Denar <black23@gmail.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
9fbe611809
commit
195d0ba680
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ Item types administration
|
|||
<li>
|
||||
<label for="rentalcharge_hourly">Hourly rental charge: </label>
|
||||
<input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" />
|
||||
<span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specifie in hours.</span>
|
||||
<span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.</span>
|
||||
</li>
|
||||
<li>
|
||||
<label for="defaultreplacecost">Default replacement cost: </label>
|
||||
|
|
Loading…
Reference in a new issue