X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c4ea0af7845a7c0259c77f529198677a98bcd8a..ac55752:/templates/webpages/rp/report.html
diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html
index 934bf8912..cf755d6b7 100644
--- a/templates/webpages/rp/report.html
+++ b/templates/webpages/rp/report.html
@@ -60,7 +60,7 @@
[%- 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')) %]
@@ -70,11 +70,10 @@
[%- 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 %]