X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a12a968761127af91e9da8db7579be2836bcaaa..c0ed7d2fa:/templates/webpages/reconciliation/search.html diff --git a/templates/webpages/reconciliation/search.html b/templates/webpages/reconciliation/search.html index b87ed4ac2..3474b282c 100644 --- a/templates/webpages/reconciliation/search.html +++ b/templates/webpages/reconciliation/search.html @@ -11,7 +11,7 @@
| [% 'Bank account' | $T8 %] | -[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, default=bank_account, title_sub=\label_sub, with_empty=0, style='width:450px') %] | +[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %] |
|---|---|---|
| [% 'Cleared/uncleared only' | $T8 %] | -[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title') %] | +[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %] |