]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Mebil.pm
epic-ts
[kivitendo-erp.git] / SL / Controller / Mebil.pm
index db4a84b113255838cac91200cf4523d536d05c39..570e07011884ecfd7ab063d9031b5d647f9a5699 100644 (file)
@@ -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";