X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomVariable.pm;h=d6c805eb61e928a092c41795a87e3303e145e7e8;hb=b775c378552e6b5bf59f98046cdf4e577cd351df;hp=82307c0b051e0a10cd9a6de5eb40c9cf56d69480;hpb=e42233910a57d39f3ccef150db1212f7ecb7fb30;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/CustomVariable.pm b/SL/DB/MetaSetup/CustomVariable.pm index 82307c0b0..d6c805eb6 100644 --- a/SL/DB/MetaSetup/CustomVariable.pm +++ b/SL/DB/MetaSetup/CustomVariable.pm @@ -4,7 +4,7 @@ package SL::DB::CustomVariable; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('custom_variables');