initialize in SL::DB::Objects statt im MetaSetup
[kivitendo-erp.git] / SL / DB / Employee.pm
index 9244455..4cc109a 100644 (file)
@@ -5,6 +5,8 @@ use strict;
 use SL::DB::MetaSetup::Employee;
 use SL::DB::Manager::Employee;
 
+__PACKAGE__->meta->initialize;
+
 sub has_right {
   my $self  = shift;
   my $right = shift;