]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Employee.pm
Dialogbuchungsvorlagen um 'Details anzeigen' erweitert
[kivitendo-erp.git] / SL / DB / Employee.pm
index 92444551e54e604cec32f55a505a2b4f0d77388a..4cc109a6802a6a8257970fc50a8cda5476bf78c8 100644 (file)
@@ -5,6 +5,8 @@ use strict;
 use SL::DB::MetaSetup::Employee;
 use SL::DB::Manager::Employee;
 
 use SL::DB::MetaSetup::Employee;
 use SL::DB::Manager::Employee;
 
+__PACKAGE__->meta->initialize;
+
 sub has_right {
   my $self  = shift;
   my $right = shift;
 sub has_right {
   my $self  = shift;
   my $right = shift;