X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d3ae6850565e55743af3b9aadfb12f308a30ac94..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index 48b1ba307..7a952a817 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -157,8 +157,7 @@
[% LxERP.t8('Normalize part description and part notes') %] |
[% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %] |
[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in part description and part notes. Affects the CSV import as well.') %] |
-
-
+
| [% LxERP.t8("Purchasing & Sales") %] |
@@ -244,7 +243,7 @@
[% LxERP.t8('Default article for converting into quotations and orders') %] |
[% IF SELF.h_unit_name %]
- [% P.part_picker('defaults.requirement_spec_section_order_part_id', SELF.defaults.requirement_spec_section_order_part_id, convertible_unit=SELF.h_unit_name, style=style) %]
+ [% P.part.picker('defaults.requirement_spec_section_order_part_id', SELF.defaults.requirement_spec_section_order_part_id, convertible_unit=SELF.h_unit_name, style=style) %]
[% ELSE %]
[% LxERP.t8("Error: this feature requires that articles with a time-based unit (e.g. 'h' or 'min') exist.") %]
[% END %]
@@ -254,7 +253,7 @@
| | [% LxERP.t8('Transport and service costs reminder') %] |
| [% LxERP.t8('Default transport article number') %] |
- [% L.part_picker('defaults.transport_cost_reminder_article_number_id', SELF.defaults.transport_cost_reminder_article_number_id, style=style) %] |
+ [% P.part.picker('defaults.transport_cost_reminder_article_number_id', SELF.defaults.transport_cost_reminder_article_number_id, style=style) %] |
[% LxERP.t8('Before saving a sales order, this article will be checked and a warning is generated.') %] |
@@ -278,6 +277,7 @@
[% LxERP.t8('Project type') %] |
[% 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") %] |
+
| [% LxERP.t8('Project Status') %] |
[% 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") %] |