diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py index a194538013..9825b04762 100644 --- a/erpnext/controllers/status_updater.py +++ b/erpnext/controllers/status_updater.py @@ -24,7 +24,6 @@ status_map = { ["Submitted", "eval:self.docstatus==1"], ["Lost", "eval:self.status=='Lost'"], ["Ordered", "has_sales_order"], - ["Replied", "communication_sent"], ["Cancelled", "eval:self.docstatus==2"], ], "Sales Order": [