X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FContact.pm;h=8d71fccf37ff8ef0f61bd6799d92f808fbaba8cb;hb=0310ce713a5de3a825e8e8f7b3a9a0476d9ee7f1;hp=7f821751983d62bd925687e97b99da1686a331e8;hpb=574855561514a864f554776c421e7037196e714d;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 7f8217519..8d71fccf3 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -4,7 +4,7 @@ package SL::DB::Contact; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('contacts');