X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FDatev.pm;h=1f1c148e29fb418f3154f9eb572cf49b2b374402;hb=2b5d900517ad375ae4875874a4c4832e9ec3c223;hp=0b187c5088043c9a555476fc2c2d9ea45a14678f;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Datev.pm b/SL/DB/MetaSetup/Datev.pm index 0b187c508..1f1c148e2 100644 --- a/SL/DB/MetaSetup/Datev.pm +++ b/SL/DB/MetaSetup/Datev.pm @@ -4,7 +4,7 @@ package SL::DB::Datev; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('datev');