]> wagnertech.de Git - kivitendo-erp.git/commitdiff
ReconciliationLink: acc_trans relationship fixen
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 29 May 2015 14:29:29 +0000 (16:29 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 29 May 2015 14:29:29 +0000 (16:29 +0200)
scripts/rose_auto_create_model.pl

index e65adc0aca46e0de21158af342a64366e991dca9..7399b0ad28e33a6375b55e0188bc85860b465c3f 100755 (executable)
@@ -74,6 +74,7 @@ our %foreign_key_name_map     = (
     follow_up_access          => { who => 'with_access', what => 'to_follow_ups_by', },
 
     periodic_invoices_configs => { oe_id => 'order' },
     follow_up_access          => { who => 'with_access', what => 'to_follow_ups_by', },
 
     periodic_invoices_configs => { oe_id => 'order' },
+    reconciliation_links      => { acc_trans_id => 'acc_trans' },
   },
 );
 
   },
 );