X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomVariable.pm;h=d6c805eb61e928a092c41795a87e3303e145e7e8;hb=15aab04c1710b3c8a2bf8785aef31f13a958a43e;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');