]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/FollowUp.pm
Nicht mehr benötigte MetaSetups löschen: DptTrans, TranslationPaymentTerm
[mfinanz.git] / SL / DB / MetaSetup / FollowUp.pm
index b102f249c057a730fdec9e0509ba49285db8ad52..8f83c6c73223d968e02e99ea6e8b1da9195d5551 100644 (file)
@@ -33,13 +33,10 @@ __PACKAGE__->meta->foreign_keys(
     class       => 'SL::DB::Employee',
     key_columns => { created_by => 'id' },
   },
-);
 
-__PACKAGE__->meta->relationships(
-  follow_up_links => {
-    class      => 'SL::DB::FollowUpLink',
-    column_map => { id => 'follow_up_id' },
-    type       => 'one to many',
+  note => {
+    class       => 'SL::DB::Note',
+    key_columns => { note_id => 'id' },
   },
 );