fix: added default probability to Lost status

This commit is contained in:
Shariq Ansari 2025-07-01 13:16:40 +05:30
parent 6320e580ae
commit 4d3fe722e8

View File

@ -98,6 +98,7 @@ def add_default_deal_statuses():
}, },
"Lost": { "Lost": {
"color": "red", "color": "red",
"probability": 0,
"position": 7, "position": 7,
}, },
} }