<th align="right" nowrap><translate>On Hand</translate></th>
<th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]"> [% LxERP.format_amount(onhand) %]</th>
</tr>
- [%- IF is_assembly %]
- <tr>
- <th align="right" nowrap><translate>Stock</translate></th>
- <td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td>
- </tr>
- [%- END %]
<tr>
<th align="right" nowrap="true"><translate>ROP</translate></th>
<td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>