<td align="right">[% LxERP.t8('Normalize part description and part notes') %]</td>
<td> [% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %]</td>
<td>[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %]</td>
- </tr>
-</tr>
+ </tr>
<tr><td class="listheading" colspan="4">[% LxERP.t8("Purchasing & Sales") %]</td></tr>
<td align="right">[% LxERP.t8('Project type') %]</td>
<td>[% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
</tr>
+ <tr>
<td align="right">[% LxERP.t8('Project Status') %]</td>
<td>[% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
</tr>
</tr>
[% FOREACH currency = SELF.all_currencies %]
- [% L.hidden_tag("currencies[+].id", currency.id) %]
<tr>
- <td align="right">[% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %]</td>
+ <td align="right">
+ [% L.hidden_tag("currencies[+].id", currency.id) %]
+ [% IF loop.count == 1 %][% LxERP.t8("Currencies") %][% END %]
+ </td>
<td>[% L.input_tag("currencies[].name", currency.name, style=style) %]</td>
<td align="center">[% L.radio_button_tag('defaults.currency_id', value=currency.id, id='defaults.currency_id_' _ currency.id, checked=(SELF.defaults.currency_id == currency.id)) %]</td>
<td>[% IF loop.count == 1 %][% LxERP.t8("Edit the currency names in order to rename them.") %][%- END %]</td>