X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FHistory.pm;h=1c6e68a02f055ecc77d9f7b55fd93022e13b62f9;hb=bcdc9f7040d4bc0c0b4d7ce77f1afc29543b04a4;hp=ed15384b37e2f84ec05d320f7e20d7d4aae248c3;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/History.pm b/SL/DB/MetaSetup/History.pm index ed15384b3..1c6e68a02 100644 --- a/SL/DB/MetaSetup/History.pm +++ b/SL/DB/MetaSetup/History.pm @@ -4,7 +4,7 @@ package SL::DB::History; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('history_erp');