X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1edebcf0aed748b75fa68e46aad70dbeeadfdd85..HEAD:/templates/webpages/am/config.html
diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html
index 3cea8184c..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 -%]
[% '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 %]