X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/bc8c26f36837b8f7e7ded304cdf475b479999277..d32410ac096b:/SL/DB/MetaSetup/PriceRule.pm diff --git a/SL/DB/MetaSetup/PriceRule.pm b/SL/DB/MetaSetup/PriceRule.pm index a3e70288a..889dde7b6 100644 --- a/SL/DB/MetaSetup/PriceRule.pm +++ b/SL/DB/MetaSetup/PriceRule.pm @@ -4,7 +4,7 @@ package SL::DB::PriceRule; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('price_rules');