X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ba40069b4f465cd51d509ab280d1c6e61652bda9..fa04f8138cc6447:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index ad5f8f722..c5278adcd 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -156,6 +156,17 @@
[% LxERP.t8('Default hourly rate for new customers') %] |
+
+ | [% LxERP.t8('Customers: VAT ID / taxnumber unique') %] |
+ [% L.yes_no_tag('defaults.customer_ustid_taxnummer_unique', SELF.defaults.customer_ustid_taxnummer_unique) %] |
+ [% LxERP.t8('Should VAT ID or taxnumber be unique for customers? This is checked when saving a customer\'s master data. One of the fields is sufficient and required.') %] |
+
+
+ | [% LxERP.t8('Vendors: VAT ID / taxnumber unique') %] |
+ [% L.yes_no_tag('defaults.vendor_ustid_taxnummer_unique', SELF.defaults.vendor_ustid_taxnummer_unique) %] |
+ [% LxERP.t8('Should VAT ID or taxnumber be unique for all vendors? This is checked when saving a vendor\'s master data. One of the fields is sufficient and required.') %] |
+
+
| [% LxERP.t8("Parts Master Data") %] |