From 976c74f1c44e1f8cbd8edee5a3e78cd7079b1dc6 Mon Sep 17 00:00:00 2001 From: Peter Schulgin Date: Mon, 6 Jan 2014 18:50:50 +0100 Subject: [PATCH] Buchungsliste: Kontonamen werden nicht angezeigt. Behebt #2239 Jetzt reichtig. --- bin/mozilla/ca.pl | 2 +- templates/webpages/ca/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index c2fd6a218..4bef1d2ee 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -153,7 +153,7 @@ sub list { $::lxdebug->enter_sub; $::auth->assert('report'); - $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}"; + $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}" . " - " . $::form->{description}; $::form->header; print $::form->parse_html_template('ca/list', { diff --git a/templates/webpages/ca/list.html b/templates/webpages/ca/list.html index e779a66e6..1bd5ff666 100644 --- a/templates/webpages/ca/list.html +++ b/templates/webpages/ca/list.html @@ -5,7 +5,7 @@
[% L.hidden_tag('accno', accno) %] -[% L.hidden_tag('decription', description) %] +[% L.hidden_tag('description', description) %] [% L.hidden_tag('sort', 'transdate') %] [% L.hidden_tag('accounttype', accounttype) %] -- 2.20.1