X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FEmployee.pm;h=4cc109a6802a6a8257970fc50a8cda5476bf78c8;hb=5bd7e74db1f425a8bbc43357e949efcc1d4eb135;hp=92444551e54e604cec32f55a505a2b4f0d77388a;hpb=6bda747d1e2c0e8474beca9e479382bc976acf8f;p=kivitendo-erp.git diff --git a/SL/DB/Employee.pm b/SL/DB/Employee.pm index 92444551e..4cc109a68 100644 --- a/SL/DB/Employee.pm +++ b/SL/DB/Employee.pm @@ -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;