X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5d244100bb104bb9319cd806fdf072fa37253d1c..c65e8fcc568f54001e277a8d7d8d2bd21cf80f4d:/SL/DB/MetaSetup/Tax.pm diff --git a/SL/DB/MetaSetup/Tax.pm b/SL/DB/MetaSetup/Tax.pm index 4db493f76..f4a2e2d78 100644 --- a/SL/DB/MetaSetup/Tax.pm +++ b/SL/DB/MetaSetup/Tax.pm @@ -4,7 +4,7 @@ package SL::DB::Tax; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('tax');