1
0
forked from test/crm

fix: quotation to option

This commit is contained in:
Nihantra C. Patel 2024-10-01 16:08:45 +05:30 committed by GitHub
parent 1fb5347b94
commit 15cb5a79db
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,
)