X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..040aa711a11c32b18e08f048a4014310bddf074f:/SL/DB/MetaSetup/Status.pm diff --git a/SL/DB/MetaSetup/Status.pm b/SL/DB/MetaSetup/Status.pm index 6dd6f8793..bcc96b6ef 100644 --- a/SL/DB/MetaSetup/Status.pm +++ b/SL/DB/MetaSetup/Status.pm @@ -4,7 +4,7 @@ package SL::DB::Status; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('status');