]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Employee.pm
Zeiterfassung: Konvertierung: Einträge ohne Dauer nicht bearbeiten
[mfinanz.git] / SL / DB / Employee.pm
index 92444551e54e604cec32f55a505a2b4f0d77388a..8da20c0b9935148259156a2e24aeb2911dce8e5d 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;