X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_features.html;h=ad5f8f72295126462dbddf553d7a8e13d3e69e62;hb=653af2fb9905199b0916ddf704cb983e1a769eb2;hp=cc31217c7b3f96e54cb1e33f72a67ba93d31ca03;hpb=9970377d6f8a332a72d1d05ca2e07f3226853b6a;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index cc31217c7..ad5f8f722 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -251,12 +251,11 @@ - [% LxERP.t8("Create sales invoices with ZUGFeRD data") %] - [% L.select_tag("defaults.create_zugferd_invoices", [ [ 0, LxERP.t8('Do not create ZUGFeRD invoices') ], [ 1, LxERP.t8('Create ZUGFeRD invoices') ], [ 2, LxERP.t8('Create ZUGFeRD invoices in test mode') ] ], - default=SELF.defaults.create_zugferd_invoices) %] + [% LxERP.t8("Create sales invoices with Factur-X/ZUGFeRD data") %] + [% L.select_tag("defaults.create_zugferd_invoices", SELF.zugferd_settings, default=SELF.defaults.create_zugferd_invoices) %] - [% LxERP.t8("If enabled ZUGFeRD-conformant sales invoice PDFs will be created.") %] - [% LxERP.t8("If the test mode is enabled, the ZUGFeRD invoices will be flagged so that they're only fit to be used for testing purposes.") %] + [% LxERP.t8("If enabled Factur-X/ZUGFeRD conformant sales invoice PDFs will be created.") %] + [% LxERP.t8("If the test mode is enabled, the Factur-X/ZUGFeRD invoices will be flagged so that they're only fit to be used for testing purposes.") %]