[fix] default quotation list filter
This commit is contained in:
parent
ec8964dde5
commit
37cb544839
@ -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"]
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user