X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FTaxzoneChart.pm;h=64b1494d79fd6348f52939a09a2c4cdcedae6e44;hb=187c4ee192da9281f42800e6ac8ae08f23d9a9d6;hp=d11587a35385bc3ca4a1e8b467877c1e1179222f;hpb=e3c9027e366887b290b0e7e2667d4baba564f070;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/TaxzoneChart.pm b/SL/DB/MetaSetup/TaxzoneChart.pm index d11587a35..64b1494d7 100644 --- a/SL/DB/MetaSetup/TaxzoneChart.pm +++ b/SL/DB/MetaSetup/TaxzoneChart.pm @@ -4,7 +4,7 @@ package SL::DB::TaxzoneChart; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('taxzone_charts');