]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Invoice.pm
Überprüfung der Passwortrichtlinie, wenn die Benutzerin ihr Passwort ändert
[mfinanz.git] / SL / DB / Invoice.pm
index 25393c6bce8b52681f72a7ef12f0e3820988d9fd..fcace598115256a35593190f980a3d81d45dab75 100644 (file)
@@ -53,6 +53,11 @@ __PACKAGE__->meta->add_relationship(
     class      => 'SL::DB::Language',
     column_map => { language_id => 'id' },
   },
+  employee     => {
+    type       => 'one to one',
+    class      => 'SL::DB::Employee',
+    column_map => { employee_id => 'id' },
+  },
 );
 
 __PACKAGE__->meta->initialize;