X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FAccTransaction.pm;h=23a1b17665d011080e98896a360eb80910cce996;hb=a9c191deed45bf13c5a6983ad0409fd7cb0e86d3;hp=a3fedebc072cf904443ec802988c5e7bb7413246;hpb=a3511b2d8974c72e4d26b2d85c5cf1cd711ccb6f;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/AccTransaction.pm b/SL/DB/MetaSetup/AccTransaction.pm index a3fedebc0..23a1b1766 100644 --- a/SL/DB/MetaSetup/AccTransaction.pm +++ b/SL/DB/MetaSetup/AccTransaction.pm @@ -4,7 +4,7 @@ package SL::DB::AccTransaction; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('acc_trans');