fix: quotation to option
This commit is contained in:
parent
1fb5347b94
commit
15cb5a79db
@ -29,7 +29,7 @@ class ERPNextCRMSettings(Document):
|
|||||||
doctype="Quotation",
|
doctype="Quotation",
|
||||||
fieldname="quotation_to",
|
fieldname="quotation_to",
|
||||||
property="link_filters",
|
property="link_filters",
|
||||||
value='[["DocType","name","in", ["Customer", "Lead", "Prospect", "Frappe CRM Deal"]]]',
|
value='[["DocType","name","in", ["Customer", "Lead", "Prospect", "CRM Deal"]]]',
|
||||||
property_type="JSON",
|
property_type="JSON",
|
||||||
validate_fields_for_doctype=False,
|
validate_fields_for_doctype=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user