From 86ac172cfd571c0c2c30838980bee405f34e6517 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 2 Feb 2026 12:33:54 +0100 Subject: [PATCH] 02.02.26 --- modules/purchase_trade/service.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/purchase_trade/service.py b/modules/purchase_trade/service.py index c58867f..6bfa9e3 100644 --- a/modules/purchase_trade/service.py +++ b/modules/purchase_trade/service.py @@ -54,6 +54,8 @@ class ContractFactory: contract.tol_min = c.tol_min contract.tol_max = c.tol_max contract.reference = c.reference + contract.from_location = c.from_location + contract.to_location = c.to_location contract.company = 6 if type_ == 'Purchase': contract.purchase_date = Date.today()