X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FPeriodicInvoice.pm;h=703cb597f238992ef4046b2ea5d90caaac083d7f;hb=a2930f9ee294b1288488e8dec1a3092592dc8e97;hp=3e6f1eabcc64eed4aaf3cba542089d7dfae5b0c1;hpb=3eb3d1b144adb92e62de08e67dc6ff3d39bf7483;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/PeriodicInvoice.pm b/SL/DB/MetaSetup/PeriodicInvoice.pm index 3e6f1eabc..703cb597f 100644 --- a/SL/DB/MetaSetup/PeriodicInvoice.pm +++ b/SL/DB/MetaSetup/PeriodicInvoice.pm @@ -4,7 +4,7 @@ package SL::DB::PeriodicInvoice; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('periodic_invoices');