# }
$onhand = qq|
- <input name=itemstatus class=radio type=radio value=onhand> |
- . $locale->text('On Hand') . qq|
- <input name=itemstatus class=radio type=radio value=short> |
- . $locale->text('Short') . qq|
+ <input name=itemstatus class=radio type=radio value=onhand> | . $locale->text('On Hand') . qq|
+ <input name=itemstatus class=radio type=radio value=short> | . $locale->text('Short') . qq|
|;
$makemodel = qq|
|;
$l_serialnumber = qq|
- <td><input name=l_serialnumber class=checkbox type=checkbox value=Y> |
- . $locale->text('Serial Number') . qq|</td>
+ <td><input name=l_serialnumber class=checkbox type=checkbox value=Y> | . $locale->text('Serial Number') . qq|</td>
|;
<td><input name=partnumber size=20></td>
</tr>
<tr>
- <th align=right nowrap>|
- . $locale->text('Part Description') . qq|</th>
+ <th align=right nowrap>| . $locale->text('Part Description') . qq|</th>
<td colspan=3><input name=description size=40></td>
</tr>
<tr>
<tr>
<td></td>
<td colspan=3>
- <input name=itemstatus class=radio type=radio value=active checked> |
- . $locale->text('Active') . qq|
+ <input name=itemstatus class=radio type=radio value=active checked> | . $locale->text('Active') . qq|
$onhand
- <input name=itemstatus class=radio type=radio value=obsolete> |
- . $locale->text('Obsolete') . qq|
- <input name=itemstatus class=radio type=radio value=orphaned> |
- . $locale->text('Orphaned') . qq|
+ <input name=itemstatus class=radio type=radio value=obsolete> | . $locale->text('Obsolete') . qq|
+ <input name=itemstatus class=radio type=radio value=orphaned> | . $locale->text('Orphaned') . qq|
</td>
</tr>
$bought