X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Freport.html;h=2e9775a969a37139cd4a07eeaba09f8c96cae473;hb=5fbbcc264d55bb7b7f9f66a431d87d95d5857093;hp=93ef0a9ea91665a6bf75a6849773b5231e1f2ba6;hpb=9c1aedf479f6dab3fbed8322c5a5ed62826c6f53;p=kivitendo-erp.git diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 93ef0a9ea..2e9775a96 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -62,8 +62,8 @@ [% 'Method' | $T8 %] - [% L.radio_button_tag('method', value='accrual', checked=accrual, label=LxERP.t8('Accrual')) %] - [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('cash')) %] + [% L.radio_button_tag('method', value='accrual', checked=(INSTANCE_CONF.get_accounting_method=='accrual'), label=LxERP.t8('Accrual')) %] + [% L.radio_button_tag('method', value='cash', checked=(INSTANCE_CONF.get_accounting_method=='cash'), label=LxERP.t8('cash')) %] [%- END %]