X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b50f89e56d91662eb69a47351c430ff6270c7d39..826f6eb2b3e:/SL/DB/MetaSetup/Shipto.pm diff --git a/SL/DB/MetaSetup/Shipto.pm b/SL/DB/MetaSetup/Shipto.pm index b0a9f991b..beab032f7 100644 --- a/SL/DB/MetaSetup/Shipto.pm +++ b/SL/DB/MetaSetup/Shipto.pm @@ -4,7 +4,7 @@ package SL::DB::Shipto; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('shipto');