From 9758eb868d2f2ad4b03f769e53ccd8908a785871 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Sat, 30 May 2026 18:38:11 +0530 Subject: [PATCH] fix(quotation): made customer contact column visible (#55433) --- erpnext/selling/doctype/quotation/quotation.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index 325fe876a76..24da8f332b9 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -305,7 +305,6 @@ "read_only": 1 }, { - "depends_on": "eval:(doc.quotation_to=='Customer' && doc.party_name)", "fieldname": "col_break98", "fieldtype": "Column Break", "width": "50%" @@ -1145,7 +1144,7 @@ "idx": 82, "is_submittable": 1, "links": [], - "modified": "2026-05-28 11:38:05.090149", + "modified": "2026-05-30 17:40:02.667637", "modified_by": "Administrator", "module": "Selling", "name": "Quotation",