X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomVariableConfigPartsgroup.pm;h=b326cbef1fb9220989af437d24104a51f34bffd9;hb=11aeaa07186197c61dfe610d2a5c981754fd2e9d;hp=95222d9c1cbaa33cad43579b5fb614b148a3ad20;hpb=36703a86a998c7c395f110f94b3b3feebc2a3a80;p=kivitendo-erp.git 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');