Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cac2ae9b

Von Peter Schulgin vor fast 11 Jahren hinzugefügt

Revert "Buchungsliste: Kontonamen werden nicht angezeigt."

This reverts commit 1cffd05a6256f76536a16706fc3c303ae0b837f3.

Unterschiede anzeigen:

bin/mozilla/ca.pl
153 153
  $::lxdebug->enter_sub;
154 154
  $::auth->assert('report');
155 155

  
156
  $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}" . " - " . $::form->{description};
157
  
156
  $::form->{title} = $::locale->text('List Transactions') . " - " . $::locale->text('Account') . " $::form->{accno}";
157

  
158 158
  $::form->header;
159 159
  print $::form->parse_html_template('ca/list', {
160 160
    year => DateTime->today->year,
......
184 184
sub list_transactions {
185 185
  $main::lxdebug->enter_sub();
186 186

  
187
use Data::Dumper;
188

  
189 187
  my $form     = $main::form;
190 188
  my %myconfig = %main::myconfig;
191 189
  my $locale   = $main::locale;

Auch abrufbar als: Unified diff