Merge pull request #393 from frappe/develop

chore: Merge develop to main
This commit is contained in:
Shariq Ansari 2024-10-01 19:41:12 +05:30 committed by GitHub
commit a997c71395
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ class ERPNextCRMSettings(Document):
doctype="Quotation",
fieldname="quotation_to",
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",
validate_fields_for_doctype=False,
)