<input name="l_assembly" id="l_assembly" class="checkbox" type="checkbox" value="Y" checked>
<label for="l_assembly">[% 'Assembly' | $T8 %]</label>
</td>
- [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
<td>
<input name="l_assortment" id="l_assortment" class="checkbox" type="checkbox" value="Y" checked>
<label for="l_assortment">[% 'Assortment' | $T8 %]</label>
</td>
- [%- END %]
</tr></table></td>
</tr>
<tr>
<tr>
<th align="right" nowrap>[% 'Shop article' | $T8 %]</th>
<td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---', style=style) %]</td>
+ <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
+ <td>[% L.input_tag("notes", "", style=style) %]</td>
+
</tr>
<tr>
[%- L.radio_button_tag('itemstatus', value='active', id='itemstatus_active', label=LxERP.t8('Active'), checked=1) %]
[%- L.radio_button_tag('itemstatus', value='onhand', id='itemstatus_onhand', label=LxERP.t8('On Hand')) %]
[%- L.radio_button_tag('itemstatus', value='short', id='itemstatus_short', label=LxERP.t8('Short')) %]
+ [%- L.radio_button_tag('itemstatus', value='order_locked', id='itemstatus_order_locked', label=LxERP.t8('Do not order anymore')) %]
[%- L.radio_button_tag('itemstatus', value='obsolete', id='itemstatus_obsolete', label=LxERP.t8('Obsolete')) %]
[%- L.radio_button_tag('itemstatus', value='orphaned', id='itemstatus_orphaned', label=LxERP.t8('Orphaned')) %]
[%- L.radio_button_tag('itemstatus', value='', id='itemstatus_all', label=LxERP.t8('All')) %]
<td>[%- L.checkbox_tag('l_linetotal', label=LxERP.t8('Line Total'), value='Y', checked=1) %]</td>
</tr>
+ <tr>
+ <td>[%- L.checkbox_tag('l_price_factor_description', label=LxERP.t8('Price Factor'), value='Y') %]</td>
+ </tr>
+
<tr>
<td>[%- L.checkbox_tag('l_priceupdate', label=LxERP.t8('Price updated'), value='Y') %]</td>
<td>[%- L.checkbox_tag('l_deliverydate', label=LxERP.t8('Delivery Date'), value='Y') %]</td>