Buchungsliste: Kontonamen werden nicht angezeigt.
authorPeter Schulgin <peter.schulgin@opendynamic.de>
Mon, 6 Jan 2014 17:50:50 +0000 (18:50 +0100)
committerPeter Schulgin <peter.schulgin@opendynamic.de>
Mon, 6 Jan 2014 17:52:36 +0000 (18:52 +0100)
Behebt #2239
Jetzt reichtig.

bin/mozilla/ca.pl
templates/webpages/ca/list.html

index c2fd6a2..4bef1d2 100644 (file)
@@ -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', {
index e779a66..1bd5ff6 100644 (file)
@@ -5,7 +5,7 @@
 <form method=post action="[% script %]">
 
 [% 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) %]