X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/549bce5bbdd958e4e9302a777ee223fc79f0211e..HEAD:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 06c58f120..cd0e7eeec 100644
--- a/templates/webpages/am/config.html
+++ b/templates/webpages/am/config.html
@@ -1,7 +1,7 @@
[%- USE T8 %]
[%- USE LxERP %]
[%- USE HTML %]
-[%- USE L %]
+[%- USE L %][%- USE P -%]
[%- IF INSTANCE_CONF.get_feature_experimental_order -%]
[% 'Scrollbar height percentage for form postion area (0 means no scrollbar)' | $T8 %]
@@ -158,12 +176,20 @@
[% 'Search parts by vendor partnumber (model) in purchase order forms' | $T8 %]
[% L.yes_no_tag('purchase_search_makemodel', purchase_search_makemodel) %]
+ [%- 'This also enables displaying a column with the vendor partnumber (model) (new order controller).' | $T8 %]
[% 'Search parts by customer partnumber in sales order forms' | $T8 %]
[% L.yes_no_tag('sales_search_customer_partnumber', sales_search_customer_partnumber) %]
+ [%- 'This also enables displaying a column with the customer partnumber (new order controller).' | $T8 %]
+
+
+
+
[% 'Show update button for positions in order forms' | $T8 %]