X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/219d88ab03186a74e5dd474175e49bd74dacf15f..71d405108050e9982291812b9e6919e94d7e6c2d:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index 324c0c588..a06f1e090 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -84,6 +84,11 @@
[% L.input_tag('defaults.parts_image_css', SELF.defaults.parts_image_css, style=style) %] |
[% LxERP.t8('Style the picture with the following CSS code') %] |
+
+ | [% LxERP.t8('If item not found, allow creation of new item') %] |
+ [% L.yes_no_tag('defaults.create_part_if_not_found', SELF.defaults.create_part_if_not_found) %] |
+ [% LxERP.t8('If searching a part from a document and no part is found then offer to create a new part.') %] |
+
| [% LxERP.t8('Normalize part description and part notes') %] |
[% L.yes_no_tag('defaults.normalize_part_descriptions', SELF.defaults.normalize_part_descriptions) %] |