Fix for Opportunity
diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py
index 5c5719e..254d9a6 100644
--- a/erpnext/controllers/status_updater.py
+++ b/erpnext/controllers/status_updater.py
@@ -17,9 +17,11 @@
["Opportunity", "has_opportunity"],
],
"Opportunity": [
- ["Lost", "eval:self.status=='Lost'"],
["Quotation", "has_quotation"],
- ["Converted", "has_ordered_quotation"]
+ ["Converted", "has_ordered_quotation"],
+ ["Lost", "eval:self.status=='Lost'"],
+ ["Closed", "eval:self.status=='Closed'"]
+
],
"Quotation": [
["Draft", None],