X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c4ea0af7845a7c0259c77f529198677a98bcd8a..b8fee3fc:/templates/webpages/rp/report.html
diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html
index 934bf8912..afffd5c0c 100644
--- a/templates/webpages/rp/report.html
+++ b/templates/webpages/rp/report.html
@@ -60,21 +60,20 @@
[%- END %]
[%- BLOCK cash_or_accrual %]
- | [% 'Method' | $T8 %] |
+ [% '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('EUR')) %]
+ [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('cash')) %]
|
[%- END %]
[%- BLOCK projectnumber %]
| [% 'Project' | $T8 %] |
- [% L.select_tag('project_id', L.options_for_select(ALL_PROJECTS, title='projectnumber', with_empty=1)) %] |
+ [% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %] |
[%- END %]
-
[% title %]