X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2F_posting_configuration.html;h=8096c87748561428aadb3d4c06d486eae5c889d3;hb=c26b5ac5d1a38aca30603605f14feb34db936dd5;hp=d85fd79b3f3d7d4f071a1c2c5ae4794de74986d3;hpb=841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/_posting_configuration.html b/templates/webpages/client_config/_posting_configuration.html index d85fd79b3..8096c8774 100644 --- a/templates/webpages/client_config/_posting_configuration.html +++ b/templates/webpages/client_config/_posting_configuration.html @@ -81,5 +81,10 @@ [% L.select_tag('defaults.profit_determination', SELF.profit_options, value_key = 'value', title_key = 'title', default = SELF.defaults.profit_determination) %] [% LxERP.t8('This option controls the method used for profit determination.') %] + + [% LxERP.t8('Balance startdate method') %] + [% L.select_tag('defaults.balance_startdate_method', SELF.balance_startdate_method_options, value_key = 'value', title_key = 'title', default = SELF.defaults.balance_startdate_method) %] + [% LxERP.t8('This option controls the method used for determining the startdate for the balance report.') %] +