From ebcdaf7c8286356466887e729d5dd6c6523b21d9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:05:46 +0530 Subject: [PATCH] fix: Spelling mistake in quotation depend on (backport #31362) (#31363) * fix: Spelling mistake in quotation depend on (#31362) Update quotation.json (cherry picked from commit 37e9622426a3996eb8e09da82bd9eb05575c22fb) * chore: bump modified Co-authored-by: Nihantra C. Patel <99652762+nihantra@users.noreply.github.com> Co-authored-by: Ankush Menat --- erpnext/selling/doctype/quotation/quotation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index eeaa4fda585..09fd310040c 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -331,7 +331,7 @@ "show_seconds": 1 }, { - "depends_on": "eval:doc.quotaion_to=='Customer' && doc.party_name", + "depends_on": "eval:doc.quotation_to=='Customer' && doc.party_name", "fieldname": "col_break98", "fieldtype": "Column Break", "show_days": 1, @@ -357,7 +357,7 @@ "show_seconds": 1 }, { - "depends_on": "eval:doc.quotaion_to=='Customer' && doc.party_name", + "depends_on": "eval:doc.quotation_to=='Customer' && doc.party_name", "fieldname": "customer_group", "fieldtype": "Link", "hidden": 1, @@ -1174,7 +1174,7 @@ "idx": 82, "is_submittable": 1, "links": [], - "modified": "2022-06-11 20:35:32.635804", + "modified": "2022-06-15 20:35:32.635804", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",