X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;fp=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=0235cc3e1b831337c9252a39f9f246f6a1bdf2de;hp=a481639abccef68a966d3a38b3dfab699355902e;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84 diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index a481639ab..0235cc3e1 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -33,6 +33,11 @@ [% L.select_tag('defaults.payments_changeable', SELF.payment_options, value_key = 'value', title_key = 'title', default = SELF.defaults.payments_changeable) %] [% LxERP.t8('Should payments be and when should they be changeable after posting?') %] + + [% LxERP.t8('Record numbers changeable') %] + [% L.yes_no_tag('defaults.sales_purchase_record_numbers_changeable', SELF.defaults.sales_purchase_record_numbers_changeable) %] + [% LxERP.t8('If disabled, record numbers for sales records & purchase records produced by our side will always be auto-generated and cannot be changed later.') %] +