X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/fb03d191f53516cbf1022e755665556e7f1acb82..7cd6d451d97d1f1e7f3c0f9db2de03735dc8c8f0:/SL/DB/MetaSetup/CustomVariable.pm?ds=sidebyside 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');