minor fix

This commit is contained in:
Camilo Sarmiento 2020-05-22 11:06:49 -05:00
parent 7b344e271e
commit 843a1987a9

View file

@ -192,7 +192,7 @@ class Employee:
'contract_date': compute_date(start_date_contract),
'start_date': compute_date(start_date_contract),
'end_date': compute_date(end_date_contract),
'builder_employee': 'no',
# 'builder_employee': 'no',
'state': 'draft',
}])
Contract.active([contract])