X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e3c9027e366887b290b0e7e2667d4baba564f070..46f9d91b44c432aa017f44b6b2f53114e190428e:/SL/DB/MetaSetup/TaxzoneChart.pm 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');