X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8e083c4270414505dcf58f4732be2ea6c65c5120..b90ff6b18df92c98b1b875d14835d1fdf9ff339a:/SL/Controller/Mebil.pm diff --git a/SL/Controller/Mebil.pm b/SL/Controller/Mebil.pm index 03a891770..99e20ff6d 100644 --- a/SL/Controller/Mebil.pm +++ b/SL/Controller/Mebil.pm @@ -51,10 +51,9 @@ sub action_showmap { $::lxdebug->enter_sub; my ($self) = @_; - # call model + # call model -> diese Zeile ist fraglich, war ein Konflikt $self->{data} = DB::MebilMapping::getMappings($::form->get_standard_dbh); - $::form->{title} = $::locale->text('Mebil Map'); my $sql = "SELECT fromacc,typ,toacc from mebil_mapping order by ordering";