X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Flist.html;h=2828d5481cce14a887cdca16849cac6f12095cab;hb=bec23a700e524b09e80fde2ec8178367aa3a16e2;hp=2727ba44366c9a2e221173c44f7442208f3db9dc;hpb=c4d3f82d744113e520282409454f4cc763e012cc;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/list.html b/templates/webpages/bank_transactions/list.html index 2727ba443..2828d5481 100644 --- a/templates/webpages/bank_transactions/list.html +++ b/templates/webpages/bank_transactions/list.html @@ -12,9 +12,9 @@

[% IF FORM.filter.fromdate %] [% 'From' | $T8 %] [% FORM.filter.fromdate %] [% END %] [% IF FORM.filter.todate %] [% 'to (date)' | $T8 %] [% FORM.filter.todate %][% END %] -[% L.hidden_tag("filter_bankaccount", FORM.filter.bankaccount) %] -[% L.hidden_tag("filter_fromdate", FORM.filter.fromdate) %] -[% L.hidden_tag("filter_todate", FORM.filter.todate) %] +[% L.hidden_tag("filter.bank_account", FORM.filter.bank_account) %] +[% L.hidden_tag("filter.fromdate", FORM.filter.fromdate) %] +[% L.hidden_tag("filter.todate", FORM.filter.todate) %]