X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0c73b206cea0c8f057852e75bd4ee22c19bfdbc3..549bce5bbdd958e4e9302a777ee223fc79f0211e:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 6f5dea74b..06c58f120 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -154,6 +154,18 @@ [% L.input_tag('positions_scrollbar_height', positions_scrollbar_height, size = 5) %] + + [% 'Search parts by vendor partnumber (model) in purchase order forms' | $T8 %] + + [% L.yes_no_tag('purchase_search_makemodel', purchase_search_makemodel) %] + + + + [% 'Search parts by customer partnumber in sales order forms' | $T8 %] + + [% L.yes_no_tag('sales_search_customer_partnumber', sales_search_customer_partnumber) %] + + [%- END -%]