X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FProjectStatus.pm;h=a0029881695851a7abaa2c0c46dfff638c71906d;hb=c5057972d03f3546494fabe72224785e5a0a1714;hp=e7f4a4ca0341c76822ba123dfedf4d661e74dd0e;hpb=7e0130b0bd535dfceba01fe3f4eb6a552ab464a7;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/ProjectStatus.pm b/SL/DB/MetaSetup/ProjectStatus.pm index e7f4a4ca0..a00298816 100644 --- a/SL/DB/MetaSetup/ProjectStatus.pm +++ b/SL/DB/MetaSetup/ProjectStatus.pm @@ -4,7 +4,7 @@ package SL::DB::ProjectStatus; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('project_statuses');