ap => { payment_id => 'payment_terms', },
orderitems => { parts_id => 'part', trans_id => 'order', },
+ reclamation_items => { parts_id => 'part' },
delivery_order_items => { parts_id => 'part' },
invoice => { parts_id => 'part' },
- follow_ups => { created_for_user => 'created_for_employee', created_by => 'created_by_employee', },
+ follow_ups => { created_by => 'created_by_employee', },
follow_up_access => { who => 'with_access', what => 'to_follow_ups_by', },
periodic_invoices_configs => { oe_id => 'order', email_recipient_contact_id => 'email_recipient_contact' },
assembly => { parts_id => 'part', id => 'assembly_part' },
assortment_items => { parts_id => 'part' },
+
+ dunning => { trans_id => 'invoice', fee_interest_ar_id => 'fee_interest_invoice' },
},
);