Bugfix affichage du poids

This commit is contained in:
Rodolphe Quiedeville 2006-12-12 14:40:05 +00:00
parent 03cb9fdeb6
commit 353313946a

View File

@ -64,7 +64,7 @@
<tr>
<td>Poids</td>
<td colspan="3">
<input name="weight" size="5" value=""
<input name="weight" size="5" value="{$prod_weight}"
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">g
<input name="weight_units" type="hidden" value="-3">
</td>