main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 9a974365a7 - Show all commits

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: