]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MebilMapping.pm
epic-s6g
[kivitendo-erp.git] / SL / DB / MebilMapping.pm
index 785380ff71e6b1093584fcd0814cd3f36d903cea..2510d1fbb8bdc69d153a652acfadcf085c4a2767 100644 (file)
@@ -7,10 +7,4 @@ use SL::DB::Manager::MebilMapping;
 
 __PACKAGE__->meta->initialize;
 
-sub getMappings {
-       my $dbh = shift;
-       
-       return SL::DB::Manager::MebilMapping::get_mebilmappings();
-}
-
 1;