[opportunity] status open
diff --git a/erpnext/controllers/status_updater.py b/erpnext/controllers/status_updater.py
index 97b06fa..0109b68 100644
--- a/erpnext/controllers/status_updater.py
+++ b/erpnext/controllers/status_updater.py
@@ -13,12 +13,12 @@
 		["Opportunity", "has_opportunity"],
 	],
 	"Opportunity": [
-		["Open", None],
 		["Lost", "eval:self.status=='Lost'"],
 		["Quotation", "has_quotation"],
 		["Converted", "has_ordered_quotation"]
 	],
 	"Quotation": [
+		["Draft", None],
 		["Submitted", "eval:self.docstatus==1"],
 		["Lost", "eval:self.status=='Lost'"],
 		["Ordered", "has_sales_order"],
diff --git a/erpnext/crm/doctype/opportunity/opportunity.json b/erpnext/crm/doctype/opportunity/opportunity.json
index 3592cc1..5144ad3 100644
--- a/erpnext/crm/doctype/opportunity/opportunity.json
+++ b/erpnext/crm/doctype/opportunity/opportunity.json
@@ -119,7 +119,7 @@
    "no_copy": 1, 
    "oldfieldname": "status", 
    "oldfieldtype": "Select", 
-   "options": "Open\nQuotation\nLost\nReplied", 
+   "options": "Open\nQuotation\nLost\nReplied\nClosed", 
    "permlevel": 0, 
    "print_hide": 1, 
    "read_only": 0, 
@@ -407,7 +407,7 @@
  "icon": "icon-info-sign", 
  "idx": 1, 
  "is_submittable": 0, 
- "modified": "2015-04-13 06:50:43.198407", 
+ "modified": "2015-04-13 07:25:51.598251", 
  "modified_by": "Administrator", 
  "module": "CRM", 
  "name": "Opportunity",