Bugfix sur strock_loc

This commit is contained in:
Rodolphe Quiedeville 2006-12-09 14:01:40 +00:00
parent 4718852ef1
commit b65a45943d
2 changed files with 11 additions and 3 deletions

View File

@ -59,7 +59,15 @@
<td> <td>
<input name="format" size="8" maxlength="7" value="{$prod_format}" <input name="format" size="8" maxlength="7" value="{$prod_format}"
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';"> class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
</td> </td>
</tr>
<tr>
<td>Poids</td>
<td colspan="3">
<input name="weight" size="5" value=""
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">g
<input name="weight_units" type="hidden" value="-3">
</td>
</tr> </tr>
<tr> <tr>
<td>Prix au feuillet</td> <td>Prix au feuillet</td>
@ -112,7 +120,7 @@
<tr> <tr>
<td width="15%">Emplacement Stock</td> <td width="15%">Emplacement Stock</td>
<td width="85%" colspan="3"> <td width="85%" colspan="3">
<input name="stock_loc" size="8" value="" <input name="stock_loc" size="8" value="{$prod_stock_loc}"
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';"> class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
</td> </td>
</tr> </tr>

View File

@ -82,7 +82,7 @@
<tr> <tr>
<td>Emplacement Stock</td> <td>Emplacement Stock</td>
<td colspan="3">{$stock_loc}</td> <td colspan="3">{$prod_stock_loc}</td>
</tr> </tr>
<tr> <tr>