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