fix: added default probability to Lost status
(cherry picked from commit 4d3fe722e86a1e91e056418a173ad30f1a1b6c63)
This commit is contained in:
parent
2cd08bebb9
commit
e3510b0e9c
@ -98,6 +98,7 @@ def add_default_deal_statuses():
|
|||||||
},
|
},
|
||||||
"Lost": {
|
"Lost": {
|
||||||
"color": "red",
|
"color": "red",
|
||||||
|
"probability": 0,
|
||||||
"position": 7,
|
"position": 7,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user