X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e3c9027e366887b290b0e7e2667d4baba564f070..bce4bcf8584846bdfc22c9d78e1661bd425ebe9f:/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');