X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5e96049428deceda2ef857930bbf67311deccbcb..d32410ac096b:/SL/DB/MetaSetup/CustomVariableConfigPartsgroup.pm diff --git a/SL/DB/MetaSetup/CustomVariableConfigPartsgroup.pm b/SL/DB/MetaSetup/CustomVariableConfigPartsgroup.pm index 95222d9c1..b326cbef1 100644 --- a/SL/DB/MetaSetup/CustomVariableConfigPartsgroup.pm +++ b/SL/DB/MetaSetup/CustomVariableConfigPartsgroup.pm @@ -4,7 +4,7 @@ package SL::DB::CustomVariableConfigPartsgroup; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('custom_variable_config_partsgroups');