Skip to content
Snippets Groups Projects
Commit b46b0936 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] crm: `date_closed` when writting without `probability` value

If `probability` is not being written,
`vals.get('probability')` is `None`
`None` < 100 is `True`

While it should not remove the `date_closed` value
when the probability field is not being rewritten
on the lead, but something else is.

opw-677273
parent 8c337f97
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment