X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FCsvImportReportStatus.pm;h=2bca42599a1ef4f3b87a1b44ffc3c4c0b9630f33;hb=c59e85c3a7538b1279e25022a6cf431ca1dee700;hp=f816079bf93b26dd4e7c22e3416da7fbf563fd83;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/CsvImportReportStatus.pm b/SL/DB/MetaSetup/CsvImportReportStatus.pm index f816079bf..2bca42599 100644 --- a/SL/DB/MetaSetup/CsvImportReportStatus.pm +++ b/SL/DB/MetaSetup/CsvImportReportStatus.pm @@ -4,7 +4,7 @@ package SL::DB::CsvImportReportStatus; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('csv_import_report_status');