X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomVariableValidity.pm;h=6b9dcd8451be27ee3665ad3f72174e7cbca82a8e;hb=64b3d19a8012187c3c01717b91d59df2b2753ee3;hp=a3750b7e18e1588d68ce8758c76fbdc6092b2795;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/CustomVariableValidity.pm b/SL/DB/MetaSetup/CustomVariableValidity.pm index a3750b7e1..6b9dcd845 100644 --- a/SL/DB/MetaSetup/CustomVariableValidity.pm +++ b/SL/DB/MetaSetup/CustomVariableValidity.pm @@ -4,7 +4,7 @@ package SL::DB::CustomVariableValidity; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('custom_variables_validity');