X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cf63992efd6843a38de948fc509cdcc3bf51f1b6..5384e5cb7568d04e61bb5c712d7953df046f3a2c:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index 3be32743a..f081ca261 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -124,5 +124,17 @@
[% L.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.') %] |
+
+ | [% LxERP.t8("Disabled Price Sources") %] |
+
+ | [% 'Price Sources to be disabled in this client' | $T8 %] |
+
+
+ [% L.select_tag("defaults.disabled_price_sources[]", SELF.all_price_sources, id="defaults_price_sources", multiple=1, default=SELF.defaults.disabled_price_sources) %]
+ [% L.multiselect2side("defaults_price_sources", labelsx=LxERP.t8("All price sources"), labeldx=LxERP.t8("Price sources deactivated in this client")) %]
+
+ |
+
+