X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FDatev.pm;h=1f1c148e29fb418f3154f9eb572cf49b2b374402;hb=2065624062cd59d7d21a6e1f39ae433a9668301e;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');