X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f..cc125b4f8f47f0439d3d3df7bb2f3410e1a541ee:/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');