X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FMebil.pm;h=99e20ff6dd95f00351fdff355b8c08eb9849c533;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=03a89177077061c925f8ec3bb039c2c7f63e2da6;hpb=549f187d3a2b1d15f96c4556714666ed954447bb;p=kivitendo-erp.git 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";