From 9a974365a78ba8c863eed25e2cdb63ab77bfb1e5 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 26 Jan 2026 22:32:59 +0100 Subject: [PATCH] 26.01.26 --- modules/purchase_trade/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/service.py b/modules/purchase_trade/service.py index 0159e12..c58867f 100644 --- a/modules/purchase_trade/service.py +++ b/modules/purchase_trade/service.py @@ -54,7 +54,7 @@ class ContractFactory: contract.tol_min = c.tol_min contract.tol_max = c.tol_max contract.reference = c.reference - + contract.company = 6 if type_ == 'Purchase': contract.purchase_date = Date.today() else: