X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FTaxKey.pm;h=a5bb5ff36237ef0205b8f38f80b73f94caa885ed;hb=5ae5002ce91e4104517e4ed9c90d9eb2a48046a6;hp=399f637267135037220e389913a2a3116c1f969a;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/TaxKey.pm b/SL/DB/MetaSetup/TaxKey.pm index 399f63726..a5bb5ff36 100644 --- a/SL/DB/MetaSetup/TaxKey.pm +++ b/SL/DB/MetaSetup/TaxKey.pm @@ -4,7 +4,7 @@ package SL::DB::TaxKey; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('taxkeys');