X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FCustomVariableConfig.pm;h=af6d69084f41b8cea66186ee513398a9b0026e02;hb=29a13714c18417c2c8c3e62055ac6d67d0993e65;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');