Dokumentation: HTML- & PDF-Versionen neu gebaut
[kivitendo-erp.git] / SL / DB / Employee.pm
index 9244455..8da20c0 100644 (file)
@@ -5,6 +5,15 @@ use strict;
 use SL::DB::MetaSetup::Employee;
 use SL::DB::Manager::Employee;
 
+__PACKAGE__->meta->add_relationship(
+  project_invoice_permissions  => {
+    type       => 'many to many',
+    map_class  => 'SL::DB::EmployeeProjectInvoices',
+  },
+);
+
+__PACKAGE__->meta->initialize;
+
 sub has_right {
   my $self  = shift;
   my $right = shift;