X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fb03d191f53516cbf1022e755665556e7f1acb82..51d5993574d3dada29e5aa7a81e118daae9f4df9:/SL/DB/MetaSetup/Dunning.pm diff --git a/SL/DB/MetaSetup/Dunning.pm b/SL/DB/MetaSetup/Dunning.pm index b38a0b0e9..a0098e776 100644 --- a/SL/DB/MetaSetup/Dunning.pm +++ b/SL/DB/MetaSetup/Dunning.pm @@ -4,7 +4,7 @@ package SL::DB::Dunning; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('dunning');