diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py index 5c5719e7be..254d9a6fa5 100644 --- a/erpnext/controllers/status_updater.py +++ b/erpnext/controllers/status_updater.py @@ -17,9 +17,11 @@ status_map = { ["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],