fix: added default probability to Lost status
This commit is contained in:
parent
6320e580ae
commit
4d3fe722e8
@ -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