diff --git a/erpnext/crm/doctype/opportunity/opportunity.py b/erpnext/crm/doctype/opportunity/opportunity.py index 41bf9d517c..abf5fef78d 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.py +++ b/erpnext/crm/doctype/opportunity/opportunity.py @@ -186,9 +186,6 @@ def make_quotation(source_name, target_doc=None): "enquiry_from": "quotation_to", "enquiry_type": "order_type", "name": "enq_no", - }, - "validation": { - "docstatus": ["=", 1] } }, "Opportunity Item": {