02.02.26
This commit is contained in:
@@ -54,6 +54,8 @@ 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.from_location = c.from_location
|
||||||
|
contract.to_location = c.to_location
|
||||||
contract.company = 6
|
contract.company = 6
|
||||||
if type_ == 'Purchase':
|
if type_ == 'Purchase':
|
||||||
contract.purchase_date = Date.today()
|
contract.purchase_date = Date.today()
|
||||||
|
|||||||
Reference in New Issue
Block a user