X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7e0130b0bd535dfceba01fe3f4eb6a552ab464a7..c6dd542b51ae9549ad42a54f9023b905412bbab9:/SL/DB/MetaSetup/ProjectStatus.pm 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');