// Fix Ecotax breakdown on invoices

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17797 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-08 12:51:39 +00:00
parent ae304427cf
commit 507c8ff9c7
3 changed files with 11 additions and 7 deletions
@@ -202,7 +202,7 @@
<tr>
<td style="width:150px;vertical-align:top;text-align:right;padding-right:10px;font-weight:bold;">
{include file="controllers/products/multishop/checkbox.tpl" field="attribute_ecotax" type="default"}
<label>{l s='Eco-tax:'}</label>
<label>{l s='Eco-tax (tax excl.):'}</label>
</td>
<td style="padding-bottom:5px;">{if $currency->format % 2 != 0}{$currency->sign}{/if}
<input type="text" size="3" name="attribute_ecotax" id="attribute_ecotax" value="0.00" onKeyUp="if (isArrowKey(event)) return ;this.value = this.value.replace(/,/g, '.');" />