]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/rose_auto_create_model.pl
Flash: Fehlende Übersetzung
[kivitendo-erp.git] / scripts / rose_auto_create_model.pl
index 9334934ae97842bd09f9d8c38f76a02d335b0634..36c78da38c26d64c80addf45cae9662c93d7b4db 100755 (executable)
@@ -73,8 +73,10 @@ our %foreign_key_name_map     = (
     follow_ups                => { created_for_user => 'created_for_employee', created_by => 'created_by_employee', },
     follow_up_access          => { who => 'with_access', what => 'to_follow_ups_by', },
 
-    periodic_invoices_configs => { oe_id => 'order' },
+    periodic_invoices_configs => { oe_id => 'order', email_recipient_contact_id => 'email_recipient_contact' },
     reconciliation_links      => { acc_trans_id => 'acc_trans' },
+
+    assembly                  => { parts_id => 'part', id => 'assembly_part' },
   },
 );