X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5e96049428deceda2ef857930bbf67311deccbcb..3b5dc7b68b53ea153b9716f9b85c3b6dc3a71574:/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');