Bugfix sur strock_loc
This commit is contained in:
parent
4718852ef1
commit
b65a45943d
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user