X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f..0c1b51b8ad98f6b1739af1744a640bd1d1a86e1f:/SL/DB/MetaSetup/CustomVariable.pm 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');