Merge pull request #2118 from anandpdoshi/anand-august-28

[fix] default quotation list filter
This commit is contained in:
Anand Doshi 2014-08-29 11:25:21 +05:30
commit 6ba2e3deef

View File

@ -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"]
};