Buchungsliste: Kontonamen werden nicht angezeigt.
authorPeter Schulgin <peter.schulgin@opendynamic.de>
Mon, 6 Jan 2014 17:42:00 +0000 (18:42 +0100)
committerPeter Schulgin <peter.schulgin@opendynamic.de>
Mon, 6 Jan 2014 17:43:41 +0000 (18:43 +0100)
Behebt #2239

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

index c2fd6a2..37c82e8 100644 (file)
@@ -153,8 +153,8 @@ 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', {
     year => DateTime->today->year,
@@ -184,6 +184,8 @@ sub format_debit_credit {
 sub list_transactions {
   $main::lxdebug->enter_sub();
 
+use Data::Dumper;
+
   my $form     = $main::form;
   my %myconfig = %main::myconfig;
   my $locale   = $main::locale;
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) %]