X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FFollowUpAccess.pm;h=fa6898ea950321e3b7c3c77fb61ace44208cfc09;hb=bf8139f8a70fbac9f270020a99e692c439d4348b;hp=c2fccb1e96ac98739dcc48af73953995c22fe554;hpb=68e4c3a2d381e0b1b5b8cf317a6bed22973aace9;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/FollowUpAccess.pm b/SL/DB/MetaSetup/FollowUpAccess.pm index c2fccb1e9..fa6898ea9 100644 --- a/SL/DB/MetaSetup/FollowUpAccess.pm +++ b/SL/DB/MetaSetup/FollowUpAccess.pm @@ -4,7 +4,7 @@ package SL::DB::FollowUpAccess; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('follow_up_access');