[-] BO - fixed bug #PSCFV-6195 - Currency format not re-writing in product tab shipping

This commit is contained in:
vAugagneur
2013-01-24 18:26:29 +01:00
parent f97b73a6c5
commit b27b9337b2
@@ -60,7 +60,7 @@
</tr>
<tr>
<td class="col-left"><label>{l s='Additional shipping cost (per quantity):'}</label></td>
<td style="padding-bottom:5px;">{$currency->prefix}<input type="text" name="additional_shipping_cost"
<td style="padding-bottom:5px;">{$currency->prefix}<input type="text" name="additional_shipping_cost" onchange="this.value = this.value.replace(/,/g, '.');"
value="{$product->additional_shipping_cost|htmlentities}" />{$currency->suffix}
{if $country_display_tax_label}{l s='tax excl.'}{/if}
<p class="preference_description">{l s='A carrier tax will be applied.'}</p>