Bug 30587: Fix acqui/supplier.tt translate issues
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
d64727bccc
commit
832510bdab
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@
|
|||
<input type="hidden" name="tax_rate" value="0" />
|
||||
[% END %]
|
||||
<li><label for="discount">Discount: </label>
|
||||
<input type="text" size="6" id="discount" name="discount" value="[% discount | format ("%.1f") %]" />%</li>
|
||||
<input type="text" size="6" id="discount" name="discount" value="[% discount | format ('%.1f') %]" />%</li>
|
||||
<li>
|
||||
<label for="deliverytime">Delivery time: </label>
|
||||
<input type="text" size="2" id="deliverytime" name="deliverytime" value="[% deliverytime | html %]" /> days
|
||||
|
|
Loading…
Reference in a new issue