X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f5c454e3855012bdb1928f3e4c4964403d4d8163..deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44:/SL/DB/MetaSetup/Buchungsgruppe.pm diff --git a/SL/DB/MetaSetup/Buchungsgruppe.pm b/SL/DB/MetaSetup/Buchungsgruppe.pm index 55d600c8d..fde083ab3 100644 --- a/SL/DB/MetaSetup/Buchungsgruppe.pm +++ b/SL/DB/MetaSetup/Buchungsgruppe.pm @@ -4,7 +4,7 @@ package SL::DB::Buchungsgruppe; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('buchungsgruppen');