Skip to content

Commit

Permalink
Merge pull request #391 from Nihantra-Patel/develop
Browse files Browse the repository at this point in the history
fix: quotation to option
  • Loading branch information
shariquerik authored Oct 1, 2024
2 parents 8a65602 + 15cb5a7 commit 020f0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def add_quotation_to_option(self):
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,
)
Expand Down

0 comments on commit 020f0cf

Please sign in to comment.