X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMebilMapping.pm;h=2510d1fbb8bdc69d153a652acfadcf085c4a2767;hb=5349a1ed016ae603b39d73747eccc6792707db1c;hp=785380ff71e6b1093584fcd0814cd3f36d903cea;hpb=2a0cbd885790174fa0f212e6661b30362650a42c;p=kivitendo-erp.git diff --git a/SL/DB/MebilMapping.pm b/SL/DB/MebilMapping.pm index 785380ff7..2510d1fbb 100644 --- a/SL/DB/MebilMapping.pm +++ b/SL/DB/MebilMapping.pm @@ -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;