X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fb03d191f53516cbf1022e755665556e7f1acb82..c364e43efab3ac6f0f0c20cd6f8f89a85ab45280:/SL/DB/MetaSetup/DunningConfig.pm diff --git a/SL/DB/MetaSetup/DunningConfig.pm b/SL/DB/MetaSetup/DunningConfig.pm index 91a504a23..ef4c59429 100644 --- a/SL/DB/MetaSetup/DunningConfig.pm +++ b/SL/DB/MetaSetup/DunningConfig.pm @@ -4,7 +4,7 @@ package SL::DB::DunningConfig; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('dunning_config');