This commit is contained in:
2026-03-26 09:25:34 +01:00
parent 0bcec5d3c4
commit e1488e9677

View File

@@ -67,6 +67,8 @@ class ContractFactory:
cls._apply_locations(contract, base_contract, type_)
cls._apply_party_data(contract, c.party, type_)
cls._apply_payment_term(contract, c.party, type_)
if type_ == 'Sale':
contract.product_origin = getattr(base_contract, 'product_origin', None)
contract.incoterm = c.incoterm