1
0
forked from test/crm

Merge pull request #391 from Nihantra-Patel/develop

fix: quotation to option
This commit is contained in:
Shariq Ansari 2024-10-01 19:39:53 +05:30 committed by GitHub
commit 020f0cf70e
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,
)