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 e65adc0..7399b0a 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' },
+    reconciliation_links      => { acc_trans_id => 'acc_trans' },
   },
 );