[fix] opportunity / make quotation
diff --git a/erpnext/crm/doctype/opportunity/opportunity.js b/erpnext/crm/doctype/opportunity/opportunity.js
index 64f9854..6fc2589 100644
--- a/erpnext/crm/doctype/opportunity/opportunity.js
+++ b/erpnext/crm/doctype/opportunity/opportunity.js
@@ -73,7 +73,7 @@
 cur_frm.cscript.refresh = function(doc, cdt, cdn) {
 	erpnext.toggle_naming_series();
 
-	if(doc.docstatus === 1 && doc.status!=="Lost") {
+	if(doc.status!=="Lost") {
 		cur_frm.add_custom_button(__('Create Quotation'),
 			cur_frm.cscript.create_quotation, frappe.boot.doctype_icons["Quotation"],
 			"btn-default");