X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomVariableConfig.pm;h=af6d69084f41b8cea66186ee513398a9b0026e02;hb=405928eb48c94072a7de854f682853a8971b7eb4;hp=fb89589b6cfe2d28186ddaef2ea8c84ebc2ffddb;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/CustomVariableConfig.pm b/SL/DB/MetaSetup/CustomVariableConfig.pm index fb89589b6..af6d69084 100644 --- a/SL/DB/MetaSetup/CustomVariableConfig.pm +++ b/SL/DB/MetaSetup/CustomVariableConfig.pm @@ -4,7 +4,7 @@ package SL::DB::CustomVariableConfig; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('custom_variable_configs');