epic-ts
[kivitendo-erp.git] / SL / Controller / Mebil.pm
index 03a8917..570e070 100644 (file)
@@ -51,9 +51,8 @@ sub action_showmap {
        $::lxdebug->enter_sub;
        my ($self) = @_;
        
-       # call model
-       $self->{data} = DB::MebilMapping::getMappings($::form->get_standard_dbh);
-       
+       # call model -> diese Zeile ist fraglich, war ein Konflikt
+       #$self->{data} = DB::MebilMapping::getMappings($::form->get_standard_dbh);
        
        $::form->{title} = $::locale->text('Mebil Map');