This commit is contained in:
2026-01-26 22:32:59 +01:00
parent e9e57803ae
commit 9a974365a7

View File

@@ -54,7 +54,7 @@ class ContractFactory:
contract.tol_min = c.tol_min contract.tol_min = c.tol_min
contract.tol_max = c.tol_max contract.tol_max = c.tol_max
contract.reference = c.reference contract.reference = c.reference
contract.company = 6
if type_ == 'Purchase': if type_ == 'Purchase':
contract.purchase_date = Date.today() contract.purchase_date = Date.today()
else: else: