Merge pull request #2115 from anandpdoshi/user-permission-doctypes

HR permissions, translations
diff --git a/erpnext/selling/doctype/quotation/quotation_list.js b/erpnext/selling/doctype/quotation/quotation_list.js
index 91b65ee..bbc264d 100644
--- a/erpnext/selling/doctype/quotation/quotation_list.js
+++ b/erpnext/selling/doctype/quotation/quotation_list.js
@@ -1,5 +1,4 @@
 frappe.listview_settings['Quotation'] = {
 	add_fields: ["customer_name", "quotation_to", "grand_total", "status",
-		"company", "currency", "order_type", "lead", "customer"],
-	filters: [["status", "=", "Submitted"]]
+		"company", "currency", "order_type", "lead", "customer"]
 };