X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/92652bf74aa931c22041a5c22a16b195d64601f0..dfcefa49d0da88facf307cf40e25ee1a1e39be0c:/templates/webpages/client_config/_posting_configuration.html 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.') %] +