From 37cb544839ac332900f9ecd662e1f3d36cabe634 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 28 Aug 2014 11:27:18 +0530 Subject: [PATCH] [fix] default quotation list filter --- erpnext/selling/doctype/quotation/quotation_list.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/selling/doctype/quotation/quotation_list.js b/erpnext/selling/doctype/quotation/quotation_list.js index 91b65eeb9f..bbc264d033 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"] };