X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/Controller/Mebil.pm diff --git a/SL/Controller/Mebil.pm b/SL/Controller/Mebil.pm index db4a84b11..99e20ff6d 100644 --- a/SL/Controller/Mebil.pm +++ b/SL/Controller/Mebil.pm @@ -51,6 +51,9 @@ sub action_showmap { $::lxdebug->enter_sub; my ($self) = @_; + # 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";