X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/fb03d191f53516cbf1022e755665556e7f1acb82..d32410ac096b:/SL/DB/MetaSetup/PriceFactor.pm?ds=sidebyside diff --git a/SL/DB/MetaSetup/PriceFactor.pm b/SL/DB/MetaSetup/PriceFactor.pm index a67b805eb..7060c4d7b 100644 --- a/SL/DB/MetaSetup/PriceFactor.pm +++ b/SL/DB/MetaSetup/PriceFactor.pm @@ -4,7 +4,7 @@ package SL::DB::PriceFactor; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('price_factors');